Merge pull request #304 from bobbrez/master
Add support for opening Mou (http://mouapp.com)pull/293/merge
commit
c9c4b6ca3d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue