Skip to content

Commit

Permalink
Update osx.aliases.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
umhan35 committed Apr 12, 2016
1 parent fd8ff61 commit fb88e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aliases/available/osx.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ alias textedit='open -a TextEdit'
alias hex='open -a "Hex Fiend"'
alias skype='open -a Skype'
alias mou='open -a Mou'
alias subl='open -a Sublime\ Text --args'

if [ -s /usr/bin/firefox ] ; then
unalias firefox
Expand Down Expand Up @@ -51,4 +52,4 @@ alias unmute="osascript -e 'set volume output muted false'"

# Pin to the tail of long commands for an audible alert after long processes
## curl http://downloads.com/hugefile.zip; lmk
alias lmk="say 'Process complete.'"
alias lmk="say 'Process complete.'"

0 comments on commit fb88e70

Please sign in to comment.