1
0
Fork 0

group-directories-first was introduced in coreutils 6

pull/199/head^2
Ben O'Hara 13 years ago
parent 1cb064898f
commit 0aa4cf91e1

@ -56,7 +56,9 @@ alias type='type -a'
# ls # ls
if is-callable 'dircolors'; then if is-callable 'dircolors'; then
# GNU Core Utilities # GNU Core Utilities
if [[ `dircolors --version |head -1 |awk '{print $NF}'` > 6 ]]; then
alias ls='ls --group-directories-first' alias ls='ls --group-directories-first'
fi
if zstyle -t ':omz:module:utility:ls' color; then if zstyle -t ':omz:module:utility:ls' color; then
if [[ -s "$HOME/.dir_colors" ]]; then if [[ -s "$HOME/.dir_colors" ]]; then

Loading…
Cancel
Save