Precise alias for ls on Linux

This commit is contained in:
Andrea Mistrali 2013-01-17 11:10:26 +00:00
parent f034d96ef0
commit a6d5778a47
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ else
eval `dircolors`
fi
alias ls='ls -F --color=auto'
# vim: set ts=4 sw=4 tw=0 ft=zsh :