mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge dadb341b30 into 0370de582b
This commit is contained in:
commit
12db0b6751
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='open -a /Applications/Sublime\ Text\ 2.app'
|
||||
fi
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue