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:
parent
daba7c5b4c
commit
905e3cc6c4
3
bashrc
3
bashrc
@ -1,7 +1,8 @@
|
|||||||
source ~/.starttmux
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[ -z "$PS1" ] && return
|
[ -z "$PS1" ] && return
|
||||||
|
|
||||||
|
source ~/.starttmux
|
||||||
|
|
||||||
#osx color terminal
|
#osx color terminal
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
# don't put duplicate lines in the history. See bash(1) for more options
|
# don't put duplicate lines in the history. See bash(1) for more options
|
||||||
|
Loading…
Reference in New Issue
Block a user