Skip to content

Commit

Permalink
.aliases: Add ios alias to launch iOS Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
porada authored and mathiasbynens committed Jul 29, 2012
1 parent 97a3318 commit b308bc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ alias spoton="sudo mdutil -a -i on"
# PlistBuddy alias, because sometimes `defaults` just doesn’t cut it
alias plistbuddy="/usr/libexec/PlistBuddy"

# Launch iOS Simulator
alias ios="open -a /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app"

# One of @janmoesen’s ProTip™s
for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do
alias "$method"="lwp-request -m '$method'"
Expand Down

0 comments on commit b308bc6

Please sign in to comment.