Skip to content

Latest commit

 

History

History

tmux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

TMUX configuration

Installation

$ ln -s REPO_GIT/tmux/tmux.conf ~/.tmux.conf

Bash function for tmux's ssh

$ echo 'function ssh_tmux() { ssh -t "$1" tmux a || ssh -t "$1" tmux; }' >> ~/.bash_aliases