Created
December 11, 2020 03:19
-
-
Save zeert/aed7c6bf8abd194d6cf68969f16c4d77 to your computer and use it in GitHub Desktop.
Iniciar Tmux en Zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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