Added 'textedit' alias
parent
89032528af
commit
1c1444f4b2
|
|
@ -12,6 +12,7 @@ alias chrome="open -a google\ chrome"
|
|||
alias chromium="open -a chromium"
|
||||
alias dashcode="open -a dashcode"
|
||||
alias f='open -a Finder '
|
||||
alias textedit='open -a TextEdit'
|
||||
|
||||
if [ -s /usr/bin/firefox ] ; then
|
||||
unalias firefox
|
||||
|
|
|
|||
Loading…
Reference in New Issue