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
Ohmyzsh
Commits
8923694f
Commit
8923694f
authored
May 24, 2012
by
Varun Vijayaraghavan
Browse files
Fixed a bug in checking the platform
parent
6f859c58
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
100644 → 100755
View file @
8923694f
# Sublime Text 2 Aliases
#unamestr = 'uname'
if
[[
uname
==
'Linux'
]]
;
then
alias
st
=
'open -a /usr/bin/sublime_text'
elif
[[
uname
==
'Darwin'
]]
;
then
alias
st
=
'open -a "/Applications/Sublime Text 2.app'
if
[[
$(
'uname'
)
==
'Linux'
]]
;
then
alias
st
=
'/usr/bin/sublime_text&'
elif
[[
$(
'uname'
)
==
'Darwin'
]]
;
then
alias
st
=
'open -a /Applications/Sublime Text 2.app'
fi
alias
stt
=
'st .'
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