You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if which tmux >/dev/null 2>&1&& -n "$SSH_CONNECTION";then#if not inside a tmux session, attach start a new sessiontest -z "$TMUX"&& tmux new-session -A -s tmux
fi