Made ls sorting on linux consistent with Mac: dots go first

This commit is contained in:
huyz 2012-12-12 14:52:23 -08:00
parent 0fdd2519e6
commit ce6b73c241

View file

@ -53,7 +53,7 @@ else
fi
eval "
function ls {
$_gnu_utility_ls -ACF \"\$@\" $_ls_color_flag | \$PAGER -e
LC_COLLATE=posix $_gnu_utility_ls -ACF \"\$@\" $_ls_color_flag | \$PAGER -e
}
"
alias ll="$aliases[ll] -a"