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
52e2aaee
Commit
52e2aaee
authored
Sep 28, 2015
by
Robby Russell
Browse files
Merge pull request #4411 from TylerCharlesworth/patch-1
Fixes Sublime Cygwin support
parents
b05ef103
2266368b
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
View file @
52e2aaee
...
...
@@ -38,7 +38,6 @@ elif [[ "$OSTYPE" = darwin* ]]; then
break
fi
done
fi
elif
[[
"
$OSTYPE
"
=
'cygwin'
]]
;
then
local
_sublime_cygwin_paths
>
/dev/null 2>&1
...
...
@@ -54,4 +53,6 @@ elif [[ "$OSTYPE" = 'cygwin' ]]; then
fi
done
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