Commented starttmux in bashrc

That way I avoid the problem of not being able to connect to new
servers when tmux is not installed or the terminal doesn't have the
right TERM variable.

Uncommenting it in zshrc is recommended :)
tmux
J. Fernando Sánchez 11 years ago
parent f9d12e629e
commit 0cb4956d65

@ -2,7 +2,7 @@ export PATH="$PATH:$HOME/.bin"
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
source ~/.starttmux
#source ~/.starttmux
#osx color terminal
export CLICOLOR=1

Loading…
Cancel
Save