Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Created May 1, 2018 09:22
Show Gist options
  • Save preslavmihaylov/bde8c1f04a4a5ee0a8828ae744d49cb9 to your computer and use it in GitHub Desktop.
Save preslavmihaylov/bde8c1f04a4a5ee0a8828ae744d49cb9 to your computer and use it in GitHub Desktop.
start tmux by default when you open a new terminal window
if [[ ! $TERM =~ screen ]]; then
exec tmux
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment