X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=lsd%2FREADME.md;h=d332abdd59a4cd03dee593d399b3e1fd5f3ce6b1;hb=861b305bf551b4f0759ba75c7d9bad38ec6f818d;hp=a48b08b58a2305c5346f7053f94feb134a33dc13;hpb=996e2a1324d20a0728990e82c9741f43e9e1117c;p=webi-installers%2F.git diff --git a/lsd/README.md b/lsd/README.md index a48b08b..d332abd 100644 --- a/lsd/README.md +++ b/lsd/README.md @@ -55,17 +55,17 @@ lsd Update your `.bashrc`, `.zshrc`, or `.profile` ```bash -alias ls="lsd" -alias la="lsd -A" -alias ll="lsd -l" -alias lg="lsd --group-dirs=first" +alias ls="lsd -F" +alias la="lsd -AF" +alias ll="lsd -lAF" +alias lg="lsd -F --group-dirs=first" ``` For situations in which you must use `ls` exactly, remember that you can escape the alias: ```bash -\ls +\ls -lAF ``` ### How to alias as `tree` @@ -73,7 +73,7 @@ the alias: Update your `.bashrc`, `.zshrc`, or `.profile` ```bash -alias tree="lsd --tree" +alias tree="lsd -AF --tree" ``` And when you want to use GNU `tree`, just escape the alias: