mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
small change to sublime.plugin.zsh
This commit is contained in:
commit
85e42a10fc
14 changed files with 161 additions and 17 deletions
8
plugins/sublime/sublime.plugin.zsh
Normal file → Executable file
8
plugins/sublime/sublime.plugin.zsh
Normal file → Executable file
|
|
@ -1,3 +1,11 @@
|
|||
# Sublime Text 2 Aliases
|
||||
alias st='/usr/bin/subl'
|
||||
#unamestr = 'uname'
|
||||
|
||||
if [[ $('uname') == 'Linux' ]]; then
|
||||
alias st='/usr/bin/sublime_text&'
|
||||
elif [[ $('uname') == 'Darwin' ]]; then
|
||||
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
|
||||
fi
|
||||
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue