Removing grunt-completion from zshrc
This commit is contained in:
@@ -42,9 +42,3 @@ if [[ -d ~/bin ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
[ -z "$TMUX" ] && export TERM=xterm-256color
|
[ -z "$TMUX" ] && export TERM=xterm-256color
|
||||||
|
|
||||||
# completion for grunt
|
|
||||||
function grunt_tasks {
|
|
||||||
reply=(`grunt --no-color list`)
|
|
||||||
}
|
|
||||||
compctl -K grunt_tasks grunt
|
|
||||||
|
|||||||
Reference in New Issue
Block a user