Skip to content

Commit 4f636ce

Browse files
authored
Fixed typo
1 parent ad5b326 commit 4f636ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/dotfiles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ short_description: Dotfiles are user-specific application configuration files.
77
topic: dotfiles
88
wikipedia_url: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments
99
---
10-
Legend goes, that dotfiles were invented when `ls` used to skip files and directories starting with a `.` (dot). As a result, files that begin with such a character were not shown when listing using `ls` — i.e. it was a "hidden" file. Since dotfiles are ususually user-specific, a predestined place for them is the `$HOME` directory.
10+
Legend goes, that dotfiles were invented when `ls` used to skip files and directories starting with a `.` (dot). As a result, files that begin with such a character were not shown when listing using `ls` — i.e. it was a "hidden" file. Since dotfiles are usually user-specific, a predestined place for them is the `$HOME` directory.
1111

1212
Commonly used files are for example: `.bashrc`, `.zshrc` or `.vimrc`.

0 commit comments

Comments
 (0)