mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
fix
This commit is contained in:
parent
6d17b9cf06
commit
67261f7cef
1 changed files with 4 additions and 4 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='lsd -l'
|
||||
alias la='lsd -a'
|
||||
alias lla='lsd -la'
|
||||
alias lt='lsd --tree'
|
||||
alias l='ls -l'
|
||||
alias la='ls -a'
|
||||
alias lla='ls -la'
|
||||
alias lt='ls --tree'
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue