Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
a15bcd64
Commit
a15bcd64
authored
12 years ago
by
Josh Vermaire
Browse files
Options
Download
Email Patches
Plain Diff
utilize sublime's embedded command line binary
parent
92b6cae0
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/sublime/sublime.plugin.zsh
+1
-1
plugins/sublime/sublime.plugin.zsh
with
1 addition
and
1 deletion
+1
-1
plugins/sublime/sublime.plugin.zsh
View file @
a15bcd64
...
@@ -4,6 +4,6 @@
...
@@ -4,6 +4,6 @@
if
[[
$(
'uname'
)
==
'Linux'
]]
;
then
if
[[
$(
'uname'
)
==
'Linux'
]]
;
then
alias
st
=
'/usr/bin/sublime_text&'
alias
st
=
'/usr/bin/sublime_text&'
elif
[[
$(
'uname'
)
==
'Darwin'
]]
;
then
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
fi
alias
stt
=
'st .'
alias
stt
=
'st .'
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help