TPM plugin for Tmux to show current hostname ane user. Follows current activities, as well.
Go to file
Eric Renfro 2d6f028bac
Updated license to MIT
2018-12-19 15:23:02 -05:00
scripts Cleaned up helpers 2018-12-19 13:49:38 -05:00
LICENSE.md Updated license to MIT 2018-12-19 15:23:02 -05:00
README.md Updated license to MIT 2018-12-19 15:23:02 -05:00
host.tmux Fixed field interpolations 2018-12-19 13:34:40 -05:00

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'

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

License

MIT