mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
fix bashrc and tmux TERM compatibility
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user