chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Cannot launch after setting zsh as default shell #49

Open vassilmladenov opened 8 years ago

vassilmladenov commented 8 years ago

My ZSH is pretty barren. I have the default oh-my-zsh configuration with the "ys" theme and the git plugin. Everything else is the same. I followed the install instructions and added this to my user preferences:

{ "glue_shellpath" : "/bin/zsh", }

When I launch glue, I get this:

Glue Plugin Error: Unable to establish your working directory. Please confirm your settings if you changed the default directory. If this is not the problem, please report this as a new issue on the GitHub repository.

I suspect it has something to do with the oh-my-zsh framework. Has anyone experienced this?

dhstewart commented 8 years ago

@vassilmladenov I know this is pretty old, but just to let you know, I use ' oh my zsh' as well. I was able to simply echo $PATH in my terminal session and copy the output in (and put in " " to make it a string) where you have "bin/zsh".

It worked just fine for me.