Changed ls alias

This commit is contained in:
Andrea Mistrali 2014-04-04 18:05:30 +00:00
parent 48ad95d8c1
commit e72a96f37d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ else
eval `dircolors` eval `dircolors`
fi fi
alias ls='ls -F --color=auto' alias ls='LANG=C ls -F --color=auto --group-directories-first'
alias open='xdg-open ' alias open='xdg-open '
# vim: set ts=4 sw=4 tw=0 ft=zsh : # vim: set ts=4 sw=4 tw=0 ft=zsh :