Merge pull request #304 from bobbrez/master

Add support for opening Mou (http://mouapp.com)
pull/293/merge
Travis Swicegood 2014-06-24 11:14:44 -05:00
commit c9c4b6ca3d
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ alias fh='open -a Finder .'
alias textedit='open -a TextEdit'
alias hex='open -a "Hex Fiend"'
alias skype='open -a Skype'
alias mou='open -a Mou'
if [ -s /usr/bin/firefox ] ; then
unalias firefox