From 4f636ce4e7a3d9a789b5188a9673361c4c1f79b5 Mon Sep 17 00:00:00 2001 From: AgileBuses <123632636+agilebuses20@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:54:01 +0100 Subject: [PATCH] Fixed typo --- topics/dotfiles/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/dotfiles/index.md b/topics/dotfiles/index.md index 81160ac7fad..9374f3f539d 100644 --- a/topics/dotfiles/index.md +++ b/topics/dotfiles/index.md @@ -7,6 +7,6 @@ short_description: Dotfiles are user-specific application configuration files. topic: dotfiles wikipedia_url: https://en.wikipedia.org/wiki/Hidden_file_and_hidden_directory#Unix_and_Unix-like_environments --- -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. +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. Commonly used files are for example: `.bashrc`, `.zshrc` or `.vimrc`.