summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-07-28 21:32:34 -0400
committerJake Koroman <jake@jakekoroman.com>2026-07-28 21:32:34 -0400
commit8840e556faa55bc4a0371079a1081e7888f1919a (patch)
tree4a28600741f4a2081a4ed60759377717c3e43d26
parent9cfaf3aeae1841d479875521caca6ac820ed4c9b (diff)
-rw-r--r--.bash_profile1
-rw-r--r--.bashrc2
-rw-r--r--tmux/tmux.conf2
3 files changed, 3 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index 8e216a0..58f8886 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -2,6 +2,7 @@
# /etc/profile will be sourced by bash automatically
# Set up the home environment profile.
if [ -f ~/.profile ]; then source ~/.profile; fi
+if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
export SUDO="doas"
export TERMINAL="foot"
diff --git a/.bashrc b/.bashrc
index 722db7a..ce5dd1a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -30,7 +30,7 @@ alias make="make -j$(nproc)"
# honor it and otherwise use /bin/sh.
export SHELL
export HISTFILE=$HOME/.bash_history
-export HISTSIZE=5000
+export HISTSIZE=50000
set -o noclobber
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index ac9b029..e1b11fe 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -10,5 +10,5 @@ set -g base-index 1
setw -g pane-base-index 1
setw -g mode-keys vi
-set -g default-terminal tmux-256color
+set -g default-terminal xterm-256color
set-option -ga terminal-overrides ",*256color:Tc"