From cffab9105adb695faded88a5d1562418fa074e57 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Sat, 16 Feb 2013 01:08:23 +0400 Subject: [PATCH] Bash: tweak some aliases. --- includes/bash_aliases.bash | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/includes/bash_aliases.bash b/includes/bash_aliases.bash index b272ec3..e0cdc41 100644 --- a/includes/bash_aliases.bash +++ b/includes/bash_aliases.bash @@ -65,9 +65,8 @@ alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool false && kil # URL-encode strings #alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1]);"' -# Ring the terminal bell, and put a badge on Terminal.app’s Dock icon -# (useful when executing time-consuming commands) -#alias badge="tput bel" +# Ring the terminal bell, and put a badge on Terminal.app’s Dock icon (useful when executing time-consuming commands) +alias badge="tput bel" # HTTP requests by @janmoesen for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do @@ -88,8 +87,8 @@ alias npm-patch='npm version patch -m "%s"' alias npm-release='npm version minor -m "%s"' # Grunt -alias gw="grunt deploy --debug && grunt watch --debug" -alias gs="grunt deploy --debug && grunt watch server --debug" +alias gw="grunt watch --debug" +alias gs="grunt watch server --debug" gi() { grunt-init $@; } # Magic Project Opener