Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 247 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 247 Bytes

TMUX default session launcher

Launch a default tmux session with one command:

tmx

Install

git clone https://github.com/RobMa/tmx.git $HOME/.tmx
echo 'export PATH=$HOME/.tmx:$PATH' >> ~/.bashrc
source "$HOME/.bashrc"