Added comment
This commit is contained in:
parent
8ae288881f
commit
6c0b8075e7
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# Auto tmux
|
||||||
if [ -z "$TMUX" ]; then
|
if [ -z "$TMUX" ]; then
|
||||||
if which tmux >/dev/null 2>&1; then
|
if which tmux >/dev/null 2>&1; then
|
||||||
tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -c ${TMUX_SHELL:-/bin/sh}
|
tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -c ${TMUX_SHELL:-/bin/sh}
|
||||||
|
|
Loading…
Reference in a new issue