diff --git a/.bashrc_local.sample b/.bashrc_local.sample new file mode 100644 index 0000000..9b1aae7 --- /dev/null +++ b/.bashrc_local.sample @@ -0,0 +1,4 @@ +# Launch/restore tmux command sessions +if [ -x $(which tmux) ]; then + tmux has-session && tmux -CC attach || tmux -CC +fi