allow aliased ls for gnu coreutils
This commit is contained in:
parent
bb597ae22d
commit
106425195c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ alias type='type -a'
|
|||
# ls
|
||||
if is-callable 'dircolors'; then
|
||||
# GNU Core Utilities
|
||||
alias ls='ls --group-directories-first'
|
||||
alias ls="${aliases[ls]:-ls} --group-directories-first"
|
||||
|
||||
if zstyle -t ':prezto:module:utility:ls' color; then
|
||||
if [[ -s "$HOME/.dir_colors" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue