mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
update readme alias section
This commit is contained in:
parent
15b968ec4e
commit
6d17b9cf06
1 changed files with 3 additions and 3 deletions
|
@ -64,10 +64,10 @@ Some examples of useful aliases. You can add this to you shell configuration
|
|||
file (~/.bashrc, ~/.zshrc, etc.) just under the alias above :
|
||||
|
||||
```sh
|
||||
alias l='ls -l'
|
||||
alias l='lsd -l'
|
||||
alias la='lsd -a'
|
||||
alias lla='ls -la'
|
||||
alias lt='ls --tree'
|
||||
alias lla='lsd -la'
|
||||
alias lt='lsd --tree'
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue