Made ls sorting on linux consistent with Mac: dots go first
This commit is contained in:
parent
0fdd2519e6
commit
ce6b73c241
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue