1
0
Fork 0

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

pull/340/head
huyz 12 years ago
parent 0fdd2519e6
commit ce6b73c241

@ -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"

Loading…
Cancel
Save