6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
# LSD
|
||
|
if ( command -v lsd &> /dev/null )
|
||
|
then
|
||
|
alias ls='lsd'
|
||
|
fi
|