Fixed tmux problem with non-interactive shells

tmux
J.Fernando Sánchez 11 years ago
parent daba7c5b4c
commit 905e3cc6c4

@ -1,7 +1,8 @@
source ~/.starttmux
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
source ~/.starttmux
#osx color terminal
export CLICOLOR=1
# don't put duplicate lines in the history. See bash(1) for more options

Loading…
Cancel
Save