Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9ae12898
Commit
9ae12898
authored
Dec 04, 2012
by
Robby Russell
Browse files
Merge pull request #1454 from gAmUssA/patch-4
Update plugins/sublime/sublime.plugin.zsh
parents
b204ce8f
54f19905
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
View file @
9ae12898
...
...
@@ -5,10 +5,11 @@ local _sublime_darwin_subl=/Applications/Sublime\ Text\ 2.app/Contents/SharedSup
if
[[
$(
'uname'
)
==
'Linux'
]]
;
then
if
[
-f
'/usr/bin/sublime_text'
]
;
then
alias
st
=
'
/usr/bin/sublime_text
&'
st_run
()
{
nohup
/usr/bin/sublime_text
$@
>
/dev/null &
}
else
alias
st
=
'
/usr/bin/sublime-text
&'
st_run
()
{
nohup
/usr/bin/sublime-text
$@
>
/dev/null &
}
fi
alias
st
=
st_run
elif
[[
$(
'uname'
)
==
'Darwin'
]]
;
then
# Check if Sublime is installed in user's home application directory
if
[[
-a
$HOME
/
${
_sublime_darwin_subl
}
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment