nix/tmux.sh: Remove error message about existing tmux sessions
This commit is contained in:
parent
f029b9c267
commit
6b47c05843
|
@ -1,4 +1,3 @@
|
||||||
tmux -2 list-windows -t enc424j600 | grep -q $USER && echo 'Your tmux session is still running! Attach by running:' && echo '$ tmux a -t enc424j600' && echo '$ tmux selectw -t' $USER && exit 1 || true
|
|
||||||
tmux -2 new-session -d -s enc424j600 -n $USER
|
tmux -2 new-session -d -s enc424j600 -n $USER
|
||||||
# |
|
# |
|
||||||
# 0:port-demux | 1:user
|
# 0:port-demux | 1:user
|
||||||
|
|
Loading…
Reference in New Issue