From: AJ ONeal Date: Fri, 25 Sep 2020 06:46:51 +0000 (+0000) Subject: update lsd README X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=ef8a15f4516d7d842d753c3dd8c191da6b953eb6 update lsd README --- 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: