1
0
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:
Sorin Ionescu
2012-04-03 20:14:08 -04:00
parent d5a94dda74
commit e2859daba4
4 changed files with 113 additions and 113 deletions

View File

@ -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