Add beginning of a default TMUX remote session attach/restore.
This commit is contained in:
parent
916fe6dfab
commit
5b19f688f4
4
.bashrc_local.sample
Normal file
4
.bashrc_local.sample
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Launch/restore tmux command sessions
|
||||||
|
if [ -x $(which tmux) ]; then
|
||||||
|
tmux has-session && tmux -CC attach || tmux -CC
|
||||||
|
fi
|
Loading…
Reference in a new issue