fix bashrc and tmux TERM compatibility

This commit is contained in:
Yax 2021-04-19 18:36:36 +02:00
parent 304119a13f
commit 153b585c56
2 changed files with 2 additions and 2 deletions

View file

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

View file

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