From de168e5e6293a7486b879c2c610d3ca65ea4ef66 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 1 Jun 2026 14:37:24 +0200 Subject: misc(bash): remove bash_history from config folder It doesn't belong there. --- .config/bash/bashrc | 1 - 1 file changed, 1 deletion(-) (limited to '.config/bash') 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 -- cgit v1.3.1