Cannot launch after setting zsh as default shell
vassilmladenov opened this issue · 1 comments
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?
@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.