mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 10:28:00 +00:00
Fix typo: gupl --> gulp (#1668)
This commit is contained in:
parent
a338cba805
commit
4a16d3fa50
@ -34,7 +34,7 @@ fi
|
||||
typeset -A compl_commands=(
|
||||
npm 'npm completion'
|
||||
grunt 'grunt --completion=zsh'
|
||||
gupl 'gulp --completion=zsh'
|
||||
gulp 'gulp --completion=zsh'
|
||||
)
|
||||
|
||||
for compl_command in "${(k)compl_commands[@]}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user