Skip to content

Instantly share code, notes, and snippets.

@ngtk
Created August 28, 2015 02:29
Show Gist options
  • Select an option

  • Save ngtk/178cb68744f6b52cab87 to your computer and use it in GitHub Desktop.

Select an option

Save ngtk/178cb68744f6b52cab87 to your computer and use it in GitHub Desktop.
tmux-ssh
#! /bin/zsh
tmux set-window-option -g window-status-current-bg yellow
ssh $1
tmux set-window-option -g window-status-current-bg default
@ngtk

ngtk commented Aug 28, 2015

Copy link
Copy Markdown
Author

TODO

  • sshしたwindowのbgだけ変更

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment