1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 17:42:09 +00:00

Changed ls alias

This commit is contained in:
2014-04-04 18:05:30 +00:00
parent 48ad95d8c1
commit e72a96f37d

View File

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