Merge pull request #289 from cceleri/feature_add_skype_alias
osx.aliases: Added Skype alias.pull/290/head
commit
5606191c7d
|
|
@ -16,6 +16,7 @@ alias f='open -a Finder '
|
|||
alias fh='open -a Finder .'
|
||||
alias textedit='open -a TextEdit'
|
||||
alias hex='open -a "Hex Fiend"'
|
||||
alias skype='open -a Skype'
|
||||
|
||||
if [ -s /usr/bin/firefox ] ; then
|
||||
unalias firefox
|
||||
|
|
|
|||
Loading…
Reference in New Issue