From fc7dd3d96dbc469e138d7a05f0292072a70eefa7 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 10 Apr 2013 20:20:43 -0500 Subject: [PATCH] Removing grunt-completion from zshrc --- zsh/zshrc.symlink | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 2929109..bc09ca1 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -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