When using fish as the shell and then "ssh" to a remote machine using 'ssh' and exit the Terminal window (using command+w), the "ssh" process keeps running.
This is not the case when I use /bin/bash (default) as the shell.
Steps to reproduce:
- Open Terminal window (with fish as the shell)
- ssh [IP]
- Close the window using command+w
- Open a new Terminal window and check that your ssh session is still open (eg: ps auxww | grep ssh)