zsh:history: Increase file size limit
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
HISTSIZE=1000000
|
HISTSIZE=999999999
|
||||||
SAVEHIST=1000000
|
SAVEHIST="$HISTSIZE"
|
||||||
|
|
||||||
# Keep bash from truncating zsh's history if there is no bashrc
|
# Keep bash from truncating zsh's history if there is no bashrc
|
||||||
export HISTFILESIZE=1000000
|
export HISTFILESIZE="$HISTSIZE"
|
||||||
|
|
||||||
if [[ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}"/zsh ]]; then
|
if [[ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}"/zsh ]]; then
|
||||||
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}"/zsh
|
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}"/zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user