Skip to content

robertek/zsh-tmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsh plugin for Tmux

A small plugin for Tmux. It will setup the TERM variable, and will start tmux automaticaliy when you login via SSH and will show motd in the first window.

Autostart can be disabled (or enabled on local host) by setting the variable TMUX_AUTOSTART=false, and
motd display can be disabled by setting TMUX_MOTD=false

Example

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

This plugin is made to be fast. It runs in background and updates information only when needed.

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/tmux
  • After that, add tmux to your oh-my-zsh plugins array.

If you use Zgen

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

If you use my ZPM

  • Add zpm load zpm-zsh/tmux into your .zshrc

About

zsh plugin for tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%