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
5b900925
Commit
5b900925
authored
Jan 11, 2015
by
CkEsc
Browse files
Sublime Text plugin: added sst alias for sudo run sublime
parent
c78277fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
View file @
5b900925
...
...
@@ -12,6 +12,8 @@ if [[ $('uname') == 'Linux' ]]; then
for
_sublime_path
in
$_sublime_linux_paths
;
do
if
[[
-a
$_sublime_path
]]
;
then
st_run
()
{
$_sublime_path
$@
>
/dev/null 2>&1 &|
}
st_run_sudo
()
{
sudo
$_sublime_path
$@
>
/dev/null 2>&1
}
alias
sst
=
st_run_sudo
alias
st
=
st_run
break
fi
...
...
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