Small plugin for Tmux. It will setup TERM variable, will start tmux automaticaliy if you logined via SSH and show motd in first window.
Autostart can be disabled (or enabled on local host) by setting the variable TMUX_AUTOSTART=false
Motd can be disabled TMUX_MOTD=false
PROMPT='$pr_node ...REST OF PROMPT'
This plugin made to be fast. It runs in background and update information only if need.
This plugin depends on helpers
If you use oh-my-zsh
- Clone this repository into
~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zpm-zsh/pr-node
- After that, add
pr-node
to your oh-my-zsh plugins array.
If you use Zgen
- Add
zgen load zpm-zsh/pr-node
to your.zshrc
with your other plugin - run
zgen save
If you use my ZPM
- Add
zpm load zpm-zsh/pr-node
into your.zshrc