color ls
This commit is contained in:
parent
a4b52a1e38
commit
d34e8e77bc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ alias \
|
|||
|
||||
alias \
|
||||
ll="exa -al --group-directories-first" \
|
||||
ls="ls -Alh" \
|
||||
ls="ls -Alh --color=auto" \
|
||||
fzf="fzf --cycle --reverse" \
|
||||
diff="diff --color=auto" \
|
||||
grep="grep --color=auto" \
|
||||
|
|
Loading…
Reference in a new issue