Skip to content

Instantly share code, notes, and snippets.

@kateinoigakukun
Created July 10, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kateinoigakukun/2dd4c9e455b4a50160f15148cb80f517 to your computer and use it in GitHub Desktop.
Save kateinoigakukun/2dd4c9e455b4a50160f15148cb80f517 to your computer and use it in GitHub Desktop.
if [ -z "$TMUX" ]; then
if $(tmux has-session); then
tmux a
else
tmux
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment