mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-01 08:19:25 +00:00
[#23] Prevent errors when completion is disabled
This commit is contained in:
@ -130,7 +130,7 @@ if zstyle -t ':omz:alias:diff' color; then
|
||||
|
||||
if (( $+commands[colormake] )); then
|
||||
alias make='colormake'
|
||||
compdef colormake=make
|
||||
compdef colormake=make 2> /dev/null
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user