Fixed issue 4414 https://github.com/robbyrussell/oh-my-zsh/issues/4414 parsing error in sublime module

This commit is contained in:
Carlos Suarez 2015-09-28 01:56:38 -05:00
commit 70be5daf4b

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
@ -53,5 +52,6 @@ elif [[ "$OSTYPE" = 'cygwin' ]]; then
break
fi
done
fi
alias stt='st .'