feat(revamp): add zsh and neovim configs, add an install script and a dependencies list
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#compdef gulp
|
||||
#autoload
|
||||
|
||||
#
|
||||
# Gulp completion, delegating to gulp to do all the completion work.
|
||||
#
|
||||
# Authors:
|
||||
# Indrajit Raychaudhuri <irc@indrajit.com>
|
||||
#
|
||||
|
||||
if (( $+commands[gulp] )); then
|
||||
eval "$(gulp --completion=zsh)"
|
||||
|
||||
_gulp_completion "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user