When ssh teleporting the `$SHELL` variable still points to the shell configured for the user, instead of the zsh shell teleportation triggered. To fix this I added a `export SHELL=$_z4h_exe` in my `.zshrc`. But I feel this should be the default behaviour?
When ssh teleporting the
$SHELLvariable still points to the shell configured for the user, instead of the zsh shell teleportation triggered.To fix this I added a
export SHELL=$_z4h_exein my.zshrc. But I feel this should be the default behaviour?