diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-07-02 21:25:03 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-07-02 21:25:03 +0200 |
commit | 50538a65e98d8de12300d35fb7cb34b61f611e25 (patch) | |
tree | 649cb98d36842811e41d0af4c73c742bef7c45da | |
parent | 6806bf4bca1fed7b27e5b554fcabef3a4638d9b7 (diff) | |
download | dotfiles-50538a65e98d8de12300d35fb7cb34b61f611e25.tar.gz dotfiles-50538a65e98d8de12300d35fb7cb34b61f611e25.tar.bz2 dotfiles-50538a65e98d8de12300d35fb7cb34b61f611e25.zip |
.bash_profile: Remove ‘autocomplete Grunt commands’
Closes #224.
-rw-r--r-- | .bash_profile | 3 |
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 |