diff options
author | Carter McKendry <carter@1stdibs.com> | 2013-05-31 13:25:07 -0400 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-06-03 17:12:03 +0200 |
commit | 007d32adce26ea0a4265d82193d628998974f4b0 (patch) | |
tree | fd5713ca9868d254ab18d997323132816bbea199 /.bash_profile | |
parent | 6418ea4ce8c576a2f6b4bc394006713617b73b1c (diff) | |
download | dotfiles-007d32adce26ea0a4265d82193d628998974f4b0.tar.gz dotfiles-007d32adce26ea0a4265d82193d628998974f4b0.tar.bz2 dotfiles-007d32adce26ea0a4265d82193d628998974f4b0.zip |
.bash_profile: Try to grunt more quietly
Ref. #209.
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 3bf87ae..c6431ec 100644 --- a/.bash_profile +++ b/.bash_profile @@ -36,7 +36,7 @@ complete -W "NSGlobalDomain" defaults 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)" +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 |