mirror of https://github.com/akelge/zsh
Changed ls alias
This commit is contained in:
parent
48ad95d8c1
commit
e72a96f37d
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue