You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
scripts | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
host.tmux | 5 years ago |
README.md
Tmux Host Status
Plugin that shows what host you're accessing, and what username you're accessinging it with.
Usage
Just add #{username}
and/or #{hostname}
to your left or right status bar/
set -g status-right '#{username} #{hostname} | %a %Y-%m-%d %H:%M'
Installation with Tmux Plugin Manager (recommended)
Add the plugin to the list of TPM plugins:
set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host'
Press prefix+I to install it.
Manual Installation
Clone the repo:
$ git clone https://git.linux-help.org/psi-jack/tmux-host ~/clone/path
Add this line to your .tmux.conf:
run-shell ~/clone/path/host.tmux
Reload TMUX environment with:
tmux source-file ~/.tmux.conf
Configurations
FIXME