Increase zsh_history length

This commit is contained in:
Kaholaz 2023-02-20 02:39:48 +01:00
parent d235ab37e0
commit 7f483fe909
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

3
.zshrc
View file

@ -53,6 +53,9 @@ if [ -z "$TMUX" ]; then
fortune -s fortune -s
fi fi
export HISTFILESIZE=1000000000
export HISTSIZE=1000000000
source ~/.profile source ~/.profile
source ~/.aliases source ~/.aliases