jamesepatrick / tmux

zsh plugin for tmux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zsh plugin for Tmux

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

Example

PROMPT='$pr_node ...REST OF PROMPT'

This plugin made to be fast. It runs in background and update information only if need.

Installation

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

  1. Add zgen load zpm-zsh/pr-node to your .zshrc with your other plugin
  2. run zgen save

If you use my ZPM

  • Add zpm load zpm-zsh/pr-node into your .zshrc

About

zsh plugin for tmux

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%