Browse Source

Fix typo: gupl --> gulp (#1668)

master
Jeff Widman 6 years ago committed by Kaleb Elwert
parent
commit
ad25e6a354
  1. 2
      modules/node/init.zsh

2
modules/node/init.zsh

@ -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…
Cancel
Save