mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
utilize sublime's embedded command line binary
This commit is contained in:
parent
92b6cae026
commit
a15bcd6461
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
if [[ $('uname') == 'Linux' ]]; then
|
||||
alias st='/usr/bin/sublime_text&'
|
||||
elif [[ $('uname') == 'Darwin' ]]; then
|
||||
alias st='open -a /Applications/Sublime\ Text\ 2.app'
|
||||
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
|
||||
fi
|
||||
alias stt='st .'
|
||||
|
|
Loading…
Reference in a new issue