mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +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 :
|
file (~/.bashrc, ~/.zshrc, etc.) just under the alias above :
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
alias l='lsd -l'
|
alias l='ls -l'
|
||||||
alias la='lsd -a'
|
alias la='ls -a'
|
||||||
alias lla='lsd -la'
|
alias lla='ls -la'
|
||||||
alias lt='lsd --tree'
|
alias lt='ls --tree'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue