mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 13:58:00 +00:00
[#125] Use is-callable to check for GNU utilities
This commit is contained in:
parent
a63b053e58
commit
6512996133
@ -11,7 +11,7 @@ omodload 'spectrum'
|
||||
setopt CORRECT # Correct commands.
|
||||
|
||||
# The 'ls' Family
|
||||
if (( $+commands[dircolors] )); then
|
||||
if is-callable 'dircolors'; then
|
||||
# GNU core utilities.
|
||||
alias ls='ls --group-directories-first'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user