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

Fixed tmux problem with non-interactive shells

This commit is contained in:
J.Fernando Sánchez 2013-04-02 16:31:36 +02:00
parent daba7c5b4c
commit 905e3cc6c4

3
bashrc
View File

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