Bash: tweak some aliases.
This commit is contained in:
		| @@ -65,9 +65,8 @@ alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool false && kil | |||||||
| # URL-encode strings | # URL-encode strings | ||||||
| #alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.argv[1]);"' | #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 | # Ring the terminal bell, and put a badge on Terminal.app’s Dock icon (useful when executing time-consuming commands) | ||||||
| # (useful when executing time-consuming commands) | alias badge="tput bel" | ||||||
| #alias badge="tput bel" |  | ||||||
|  |  | ||||||
| # HTTP requests by @janmoesen | # HTTP requests by @janmoesen | ||||||
| for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do | 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"' | alias npm-release='npm version minor -m "%s"' | ||||||
|  |  | ||||||
| # Grunt | # Grunt | ||||||
| alias gw="grunt deploy --debug && grunt watch --debug" | alias gw="grunt watch --debug" | ||||||
| alias gs="grunt deploy --debug && grunt watch server --debug" | alias gs="grunt watch server --debug" | ||||||
| gi() { grunt-init $@; } | gi() { grunt-init $@; } | ||||||
|  |  | ||||||
| # Magic Project Opener | # Magic Project Opener | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Artem Sapegin
					Artem Sapegin