diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/parameters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/parameters b/etc/parameters index b3ca1f0..1e307cc 100644 --- a/etc/parameters +++ b/etc/parameters @@ -3,7 +3,7 @@ ## For application-related parameters, see zshenv # There's no point in having more history than what can be saved on disk -HISTFILE=~/.histfile +HISTFILE=~/var/cache/zsh/history HISTSIZE=50000 SAVEHIST=$HISTSIZE |