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?
I just wrapped my ZSH_TMUX stuff inside a if [ ! -z "$INSIDE_EMACS" ]
, not ideal maybe but it worked