From 503e4a2eca2e6e844a812fe5c15c56d2c33cf5fe Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 18 Aug 2024 14:03:32 -0700 Subject: calculated estimated 1.47 MiB for .bash_history if HISTSIZE=100000, not too much --- home/xyz/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/xyz/.profile b/home/xyz/.profile index 15ec56c7..fd4db94c 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -17,8 +17,8 @@ export XDG_VIDEOS_DIR PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" export PATH -export HISTSIZE=15000 -export HISTFILESIZE=15000 +export HISTSIZE=100000 +export HISTFILESIZE=100000 export HISTCONTROL=ignorespace # sqlite uses VISUAL for the edit() SQL function default text editor -- cgit v1.2.3-70-g09d2