lsd over exa

This commit is contained in:
Fred Klassen 2023-02-21 14:29:15 -08:00
commit 0e65034771
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
2 changed files with 14 additions and 9 deletions

View file

@ -195,14 +195,14 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
alias gnb='git nb' # new branch aka checkout -b
alias gdtl='git difftool --no-prompt'
if [ -x "$(command -v exa)" ]; then
if [ -x "$(command -v lsd)" ]; then
alias ls="lsd"
elif [ -x "$(command -v exa)" ]; then
alias ls="exa"
alias la="exa --long --all --group"
else
if [ -x "$(command -v colorls)" ]; then
alias ls="colorls"
alias la="colorls -al"
fi
elif [ -x "$(command -v colorls)" ]; then
alias ls="colorls"
alias la="colorls -al"
fi
# Other custom config