Removing grunt-completion from zshrc

This commit is contained in:
Nick Nisi
2013-04-10 20:20:43 -05:00
parent 30550b99c6
commit fc7dd3d96d

View File

@@ -42,9 +42,3 @@ if [[ -d ~/bin ]]; then
fi
[ -z "$TMUX" ] && export TERM=xterm-256color
# completion for grunt
function grunt_tasks {
reply=(`grunt --no-color list`)
}
compctl -K grunt_tasks grunt