]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: put histfile in ZSH_CACHE
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 1 Feb 2014 05:09:02 +0000 (06:09 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 1 Feb 2014 05:09:02 +0000 (06:09 +0100)
zsh/lib/history.zsh

index c03575041f021cd7954fdf4140ca96b9871aa9b1..1605dea1efdd9188c53226f3551b2a09fb21f958 100644 (file)
@@ -1,5 +1,5 @@
 ## Command history configuration
-HISTFILE=$HOME/.histfile
+HISTFILE=$ZSH_CACHE/histfile
 HISTSIZE=10000
 SAVEHIST=10000