1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 11:42:28 +00:00

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 :)
This commit is contained in:
J. Fernando Sánchez 2013-07-16 23:15:59 +02:00
parent f9d12e629e
commit 0cb4956d65

2
bashrc
View File

@ -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