mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 02:41:13 +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=(
|
typeset -A compl_commands=(
|
||||||
npm 'npm completion'
|
npm 'npm completion'
|
||||||
grunt 'grunt --completion=zsh'
|
grunt 'grunt --completion=zsh'
|
||||||
gupl 'gulp --completion=zsh'
|
gulp 'gulp --completion=zsh'
|
||||||
)
|
)
|
||||||
|
|
||||||
for compl_command in "${(k)compl_commands[@]}"; do
|
for compl_command in "${(k)compl_commands[@]}"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user