Add support for opening Mou (http://mouapp.com)

pull/261/head
Bob Breznak 2014-06-24 00:19:38 -04:00 committed by Hector Rivas
parent 314b0447ad
commit e217db8e20
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 textedit='open -a TextEdit'
alias hex='open -a "Hex Fiend"' alias hex='open -a "Hex Fiend"'
alias skype='open -a Skype' alias skype='open -a Skype'
alias mou='open -a Mou'
if [ -s /usr/bin/firefox ] ; then if [ -s /usr/bin/firefox ] ; then
unalias firefox unalias firefox