bash -> aliases: Fixed typo in ls => lsd alias
This commit is contained in:
parent
4b3c56934d
commit
9014954485
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fi
|
||||||
|
|
||||||
# Generic stuff
|
# Generic stuff
|
||||||
if command -v lsd &> /dev/null; then
|
if command -v lsd &> /dev/null; then
|
||||||
alias ld="lsd"
|
alias ls="lsd"
|
||||||
alias l="lsd -alh"
|
alias l="lsd -alh"
|
||||||
else
|
else
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
|
|
Loading…
Reference in a new issue