mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 28c59cb2f8 into d05b2010ff
This commit is contained in:
commit
24851e42ec
1 changed files with 4 additions and 2 deletions
|
|
@ -2,8 +2,10 @@
|
|||
#unamestr = 'uname'
|
||||
|
||||
if [[ $('uname') == 'Linux' ]]; then
|
||||
alias st='/usr/bin/sublime_text&'
|
||||
runst() { nohup /usr/bin/sublime-text $@ > /dev/null & }
|
||||
alias st=runst
|
||||
elif [[ $('uname') == 'Darwin' ]]; then
|
||||
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
|
||||
alias st='open -a /Applications/Sublime\ Text\ 2.app'
|
||||
fi
|
||||
alias stt='st .'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue