From e72a96f37de4cddc119970c283040481105e2854 Mon Sep 17 00:00:00 2001 From: Akelge Date: Fri, 4 Apr 2014 18:05:30 +0000 Subject: [PATCH] Changed ls alias --- zsh/zsh.d/Linux/50-linux.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :