bash: increase history size

This commit is contained in:
2025-06-11 22:22:52 +03:00
parent 9483e5f903
commit 2fc1d9be3a

View File

@@ -9,7 +9,7 @@ export VISUAL=nvim
export DOTFILES="$HOME/dotfiles" export DOTFILES="$HOME/dotfiles"
export HISTSIZE=10000 export HISTSIZE=50000
export MANPAGER="nvim +Man!" export MANPAGER="nvim +Man!"