yudai / sshh

A SSH session duplicator for tmux
Apache License 2.0
80 stars 10 forks source link

Edge case: Users who have user shell set to bash but are using fish with tmux get an error that sshh isn't found #3

Closed ElijahLynn closed 6 years ago

ElijahLynn commented 6 years ago

Mostly a note to myself in the future but may be good for the readme. Users who have user shell set to bash but are using fish with tmux get an error that sshh isn't found. Need to edit ~/.bashrc and add the location of sshh executable to PATH. In my case it was PATH=$PATH:~/bin

On an enterprise computer, sometimes you are prevented from changing the user shell. That is my case and I am actually using Guake so I set Guake to launch tmux. Here are my notes:

Set guake default shell with gconf, “configuration editor”, gconftool-2 didn’t work, /apps/guake/general/default_shell = /usr/local/bin/tmux
Doesn’t show right in guake prefs but does work
https://github.com/Guake/guake/issues/840
ElijahLynn commented 6 years ago

Gonna close this and leave it for the search engines to eat.