Created
August 28, 2015 02:29
-
-
Save ngtk/178cb68744f6b52cab87 to your computer and use it in GitHub Desktop.
tmux-ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/zsh | |
| tmux set-window-option -g window-status-current-bg yellow | |
| ssh $1 | |
| tmux set-window-option -g window-status-current-bg default |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODO