mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
increase histfile size
This commit is contained in:
4
zshrc
4
zshrc
@@ -129,8 +129,8 @@ setopt noclobber
|
|||||||
setopt appendhistory; setopt incappendhistory
|
setopt appendhistory; setopt incappendhistory
|
||||||
|
|
||||||
## max size and location of history-savefile
|
## max size and location of history-savefile
|
||||||
STSIZE=20000
|
STSIZE=2000000
|
||||||
SAVEHIST=20000
|
SAVEHIST=200000
|
||||||
HISTFILE=~/.config/zshhistory.log
|
HISTFILE=~/.config/zshhistory.log
|
||||||
|
|
||||||
## no duplicated commands
|
## no duplicated commands
|
||||||
|
|||||||
Reference in New Issue
Block a user