Skip to content

Instantly share code, notes, and snippets.

@lesm
Created January 11, 2016 06:48
Show Gist options
  • Select an option

  • Save lesm/87ac5544fbc1d8fcae48 to your computer and use it in GitHub Desktop.

Select an option

Save lesm/87ac5544fbc1d8fcae48 to your computer and use it in GitHub Desktop.
Iniciar tmux junto con la consola (bash | zsh)
# Iniciar tmux automáticamente
[[ $- != *i* ]] && return
[[ $TERM != screen* ]] && exec tmux -2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment