Changed ll and la alias to be more applicable

This commit is contained in:
Tim 2016-04-18 20:02:15 +02:00 committed by Tim van Veenendaal
parent 236f8ee9a0
commit f9d1c941f0

View File

@ -1,8 +1,8 @@
#C = custom (this whole files is custom) #C = custom (this whole files is custom)
# Some more ls aliases # Some more ls aliases
alias ll='ls -alFh' alias ll='ls -lFh'
alias la='ls -A' alias la='ls -AlFh'
alias l='ls -CF' alias l='ls -CF'
alias l.='ls -d .* --color=auto' alias l.='ls -d .* --color=auto'