1
0
Fork 0

[#125] Use is-callable to check for GNU utilities

pull/133/merge
Sorin Ionescu 13 years ago
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…
Cancel
Save