This commit is contained in:
Thomas Forgione 2018-03-29 09:30:40 +02:00
parent 244d92c509
commit d95419b646
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ command -v exa > /dev/null 2>&1
if [ $? -eq 0 ]; then
LS_COLORS=""
alias ls="exa -h --group-directories-first"
alias lt="ls -lT"
else
alias ls="ls -h --color --group-directories-first"
fi