dotfiles/.bashrc_local.sample

5 lines
124 B
Plaintext
Raw Normal View History

# Launch/restore tmux command sessions
if [ -x $(which tmux) ]; then
tmux has-session && tmux -CC attach || tmux -CC
fi