mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
Add syntax colors for the configuration section
This commit is contained in:
parent
c3f0d9b071
commit
5956173755
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ which make it really faster ([see the benchmarks](#benchmark)).
|
|||
In order to use lsd instead of the default ls you need to add this to you shell
|
||||
configuration file (~/.bashrc, ~/.zshrc, etc.) :
|
||||
|
||||
```
|
||||
```sh
|
||||
alias ls='lsd'
|
||||
```
|
||||
|
||||
|
@ -55,7 +55,7 @@ configuration file (~/.bashrc, ~/.zshrc, etc.) :
|
|||
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 la='lsd -a'
|
||||
alias lla='ls -la'
|
||||
|
|
Loading…
Reference in a new issue