diff --git a/zsh/zsh.d/Linux/50-linux.zsh b/zsh/zsh.d/Linux/50-linux.zsh index 5ae2eeb..e8a2cb0 100644 --- a/zsh/zsh.d/Linux/50-linux.zsh +++ b/zsh/zsh.d/Linux/50-linux.zsh @@ -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 :