Alias for Sublime Text 2

Added alias for opening the Sublime Text 2 application
pull/310/head
Carlos C 2014-07-08 17:41:02 -05:00
parent f4dbdb2e20
commit 208bc0361c
1 changed files with 1 additions and 0 deletions

View File

@ -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 sublime='open -a "Sublime Text 2"'
if [ -s /usr/bin/firefox ] ; then
unalias firefox