soyuka / tmux-current-pane-hostname

Tmux plugin that enables displaying hostname and user of the current pane in your status bar.
MIT License
76 stars 23 forks source link

Wishlist: Support for sshpass #3

Closed Cybolic closed 8 years ago

Cybolic commented 8 years ago

sshpass could be supported out of the box, by simply changing line 66 of scripts/shared.sh to: if [ $cmd = "ssh" ] || [ $cmd = "sshpass" ]; then