|
@@ -289,7 +289,7 @@ input(){ |
|
|
tmux(){ |
|
|
tmux(){ |
|
|
if test $# -eq 0 |
|
|
if test $# -eq 0 |
|
|
then |
|
|
then |
|
|
command tmux start-server |
|
|
|
|
|
|
|
|
(cd ~; command tmux start;) |
|
|
if command tmux has -t main |
|
|
if command tmux has -t main |
|
|
then |
|
|
then |
|
|
command tmux attach -t main |
|
|
command tmux attach -t main |
|
|