diff --git a/dot_bashrc b/dot_bashrc index a641329..665aa01 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -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 diff --git a/dot_tmux.conf b/dot_tmux.conf index 3e85be1..7dc77ab 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -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