mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 08:02:19 +00:00
Fixed tmux problem with non-interactive shells
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user