mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge 40396fa89d into 397c085a19
This commit is contained in:
commit
e7863c38e8
2 changed files with 28 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Sublime Text 2 Aliases
|
||||
alias st='/usr/bin/subl'
|
||||
#unamestr = 'uname'
|
||||
|
||||
local _sublime_darwin_subl=/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl
|
||||
|
|
@ -18,4 +19,5 @@ elif [[ $('uname') == 'Darwin' ]]; then
|
|||
alias st='${_sublime_darwin_subl}'
|
||||
fi
|
||||
fi
|
||||
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue