From 007d32adce26ea0a4265d82193d628998974f4b0 Mon Sep 17 00:00:00 2001 From: Carter McKendry Date: Fri, 31 May 2013 13:25:07 -0400 Subject: .bash_profile: Try to grunt more quietly Ref. #209. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3