Skip to content

Commit

Permalink
.bash_profile: Remove ‘autocomplete Grunt commands’
Browse files Browse the repository at this point in the history
Closes #224.
  • Loading branch information
mathiasbynens committed Jul 2, 2013
1 parent 6806bf4 commit 50538a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bash_profile
Expand Up @@ -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

0 comments on commit 50538a6

Please sign in to comment.