Skip to content

Instantly share code, notes, and snippets.

@timoteoramos
Created July 8, 2019 18:31
Show Gist options
  • Save timoteoramos/b8a40753492919314c6bffbe29dc67f3 to your computer and use it in GitHub Desktop.
Save timoteoramos/b8a40753492919314c6bffbe29dc67f3 to your computer and use it in GitHub Desktop.
tmux autostart
[ `id -u` -ne 0 ] && [ -z "$TMUX" ] && tmux new-session -AD -s $HOSTNAME && exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment