Fork me on GitHub
#emacs
<
2020-08-24
>
Risetto12:08:14

When I use exec-path-from-shell it crashes when I have ZSH_TMUX_AUTOSTART=true in my .zshrc, does anyone know how I can make exec-path-from-shell work without removing that line?

Risetto12:08:10

I just wrapped my ZSH_TMUX stuff inside a if [ ! -z "$INSIDE_EMACS" ] , not ideal maybe but it worked