diff --git a/Basic-use-cases.md b/Basic-use-cases.md index 0a4978a..d6587cf 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -386,16 +386,6 @@ The reasons only prefix is allowed (and not full name): - avoid prompting for link names one by one for a selection - having the same prefix groups the newly created links together -## Hidden files on top - -To show all files starting with dot (`.`, hidden files on Linux): - -```sh -export LC_COLLATE="C" -``` - -Further [reading](https://unix.stackexchange.com/questions/288333/how-can-i-make-ls-show-dotfiles-first-while-staying-case-insensitive). - ## Disable bold fonts Most modern terminal emulators have the option to disable bold fonts. \ No newline at end of file