Skip to content
  • Per connectar amb la sessió 0 si n'hi ha:

    # TMUX
    if which tmux 2>&1 >/dev/null; then
    #if not inside a tmux session, and if no session is started, start a new session
            test -z "$TMUX" && (tmux attach || tmux new-session bash)
    fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment