diff options
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,6 +116,10 @@ alias plistbuddy="/usr/libexec/PlistBuddy" # Launch iOS Simulator alias ios="open -a /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app" +# Ring the terminal bell, and put a badge on Terminal.app’s Dock icon +# (useful when executing time-consuming commands) +alias badge="tput bel" + # One of @janmoesen’s ProTip™s for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do alias "$method"="lwp-request -m '$method'" |