Skip to content

Instantly share code, notes, and snippets.

@zeert
Created December 11, 2020 03:19
Show Gist options
  • Save zeert/aed7c6bf8abd194d6cf68969f16c4d77 to your computer and use it in GitHub Desktop.
Save zeert/aed7c6bf8abd194d6cf68969f16c4d77 to your computer and use it in GitHub Desktop.
Iniciar Tmux en Zsh
if [ -z "$TMUX" ]
then
tmux attach -t TMUX || tmux new -s TMUX
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment