fix bashrc and tmux TERM compatibility
This commit is contained in:
parent
304119a13f
commit
153b585c56
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ fi
|
|||
# Source all .bashrc files
|
||||
# -------------------------------------------------------------
|
||||
|
||||
if [ -d "$DIRECTORY" ]; then
|
||||
if [ -d "$HOME/.bashrc.d/" ]; then
|
||||
for file in ~/.bashrc.d/*.bashrc; do
|
||||
. "$file"
|
||||
done
|
||||
|
|
|
@ -12,7 +12,7 @@ set -g display-time 4000
|
|||
|
||||
|
||||
# upgrade $TERM
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# focus events enabled for terminals that support them
|
||||
set -g focus-events on
|
||||
|
|
Loading…
Add table
Reference in a new issue