try out exa

This commit is contained in:
Felix Van der Jeugt 2017-08-21 15:28:03 +02:00
parent d091104074
commit e237437396
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -33,7 +33,7 @@ complete -cf sudo
complete -cf exec
# Color ls
alias ls="lr -1FG"
alias ls="exa -aF"
# No need for less history and more
alias less="LESSHISTFILE=- less"