diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-05 23:26:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-05 23:26:16 +0100 |
commit | 71ae8d9f4a8dfdbcb788b4a03deac6d745515a29 (patch) | |
tree | d54e8bc126a2d5c012d3f8175ca5dd47b0c7e547 /etc | |
parent | 6500a3293a70a7c112cde792be21f9e8ab4e7aeb (diff) |
Moved histfile to zsh cache directore
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 |