From 70be5daf4b8b63dd87f6160c70df765c80ff9de9 Mon Sep 17 00:00:00 2001 From: Carlos Suarez Date: Mon, 28 Sep 2015 01:56:38 -0500 Subject: [PATCH] Fixed issue 4414 https://github.com/robbyrussell/oh-my-zsh/issues/4414 parsing error in sublime module --- plugins/sublime/sublime.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sublime/sublime.plugin.zsh b/plugins/sublime/sublime.plugin.zsh index 62c6df8f8..f292195bf 100644 --- a/plugins/sublime/sublime.plugin.zsh +++ b/plugins/sublime/sublime.plugin.zsh @@ -38,7 +38,6 @@ elif [[ "$OSTYPE" = darwin* ]]; then break fi done -fi elif [[ "$OSTYPE" = 'cygwin' ]]; then local _sublime_cygwin_paths > /dev/null 2>&1 @@ -53,5 +52,6 @@ elif [[ "$OSTYPE" = 'cygwin' ]]; then break fi done +fi alias stt='st .'