]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: history is data, not cache (REQUIRES MANUAL INTERVENTION)
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 26 Feb 2018 10:52:54 +0000 (10:52 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 26 Feb 2018 10:52:54 +0000 (10:52 +0000)
Move old histfile to new location

zsh/lib/history.zsh

index 9fd3f3c7d1865c4974a84dd156c0487e83b60c20..4a16fdf958cae09dced3b47ecc76cada80772d6d 100644 (file)
@@ -1,5 +1,5 @@
 ## Command history configuration
-HISTFILE=$ZSH_CACHE/histfile
+HISTFILE=$ZSH_DATA/histfile
 HISTSIZE=10000
 SAVEHIST=10000