.aliases: Add ios alias to launch iOS Simulator

This commit is contained in:
porada
2012-07-29 21:31:49 +02:00
committed by Mathias Bynens
parent 97a331832f
commit b308bc6935
+3
View File
@@ -103,6 +103,9 @@ alias spoton="sudo mdutil -a -i on"
# PlistBuddy alias, because sometimes `defaults` just doesnt cut it
alias plistbuddy="/usr/libexec/PlistBuddy"
# Launch iOS Simulator
alias ios="open -a /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app"
# One of @janmoesens ProTip™s
for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do
alias "$method"="lwp-request -m '$method'"