Skip to content

Instantly share code, notes, and snippets.

@dephiros
Last active May 3, 2016 16:25
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 dephiros/5a8a75f9ff2d117d52e199072c7e0e0a to your computer and use it in GitHub Desktop.
Save dephiros/5a8a75f9ff2d117d52e199072c7e0e0a to your computer and use it in GitHub Desktop.
tmux

SSH without executing config file

ssh -t dev 'zsh -f'

Start tmux on login

test -z "$TMUX" && (tmux attach -t anguyen || tmux new -s anguyen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment