George Smith
George Smith
Quick question. Is there a way to specify which shell to run? I tried going to File > Preferences > Plain Text and Code > then scrolled all the way...
Hm, somehow it does not see it after applying your suggestion and restarting. `which /bin/zsh ` reveals `which: no zsh in (/home/gsmith/.gvm/bin:/app/bin:/usr/bin)`
I think I figured out the problem. Cherry Tree is installed via Flatpak and that comes with certain limitations, like read-only. `sudo ln -s /usr/bin/zsh /bin/zsh` When executed from within...