summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-01 14:37:24 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-01 14:37:24 +0200
commitde168e5e6293a7486b879c2c610d3ca65ea4ef66 (patch)
treec681b89ca51a053a9c7ebe8badafb384aed232a0
parent3821e15735d0389e57d3052fe7fcf8a135f247be (diff)
downloaddotfiles-de168e5e6293a7486b879c2c610d3ca65ea4ef66.tar.gz
dotfiles-de168e5e6293a7486b879c2c610d3ca65ea4ef66.zip
misc(bash): remove bash_history from config folder
It doesn't belong there.
-rw-r--r--.config/bash/bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index fa1c425..aeceb1f 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -46,7 +46,6 @@ fi
# History
shopt -s histappend # append to instead of overwriting HISTFILE
-export HISTFILE="$HOME/.config/bash/bash_history" # history file
export HISTSIZE=1000 # number of commands to save in history
export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries
export HISTFILESIZE=-1 # don't truncate history