bash: Increase history file size
My zsh history was overwritten by bash, like it used to be before I setup the bashrc. How did this happen again?
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
HISTFILESIZE=100000
|
||||
# TODO: Why was zsh_history truncated?
|
||||
HISTFILESIZE=999999999
|
||||
|
||||
if [[ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}"/bash ]]; then
|
||||
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}"/bash
|
||||
|
||||
Reference in New Issue
Block a user