Update sublime.plugin.zsh

This commit is contained in:
Tyler Charlesworth 2015-09-27 16:51:38 -07:00
parent b05ef1034f
commit 2266368b77

View File

@ -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 .'