aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index c6431ec..8124c9a 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -35,8 +35,5 @@ complete -W "NSGlobalDomain" defaults
# Add `killall` tab completion for common apps
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall
-# Autocomplete Grunt commands
-which grunt &> /dev/null && eval "$(grunt --completion=bash)"
-
# If possible, add tab completion for many more commands
[ -f /etc/bash_completion ] && source /etc/bash_completion