1
0
Fork 0

Remove ls aliases from gnu-utils

There is no need to redefine aliases that are already defined elsewhere.
Load gnu-utils before alias instead.
pull/132/merge
Colin Hebert 13 years ago committed by Sorin Ionescu
parent e3cdbc130c
commit e81ad23346

@ -82,17 +82,3 @@ function rehash {
hash -r "$@"
}
# A sensible default for ls.
alias ls='ls --group-directories-first'
if zstyle -t ':omz:alias:ls' color; then
if [[ -f "$HOME/.dir_colors" ]]; then
eval "$(dircolors "$HOME/.dir_colors")"
else
eval "$(dircolors)"
fi
alias ls="$aliases[ls] --color=auto"
else
alias ls="$aliases[ls] -F"
fi

Loading…
Cancel
Save