summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-21 01:34:03 +0100
committerGravatar Tom Willemsen2013-01-21 01:34:03 +0100
commit117003cefa16a9db1d4c87654f385131b6885d63 (patch)
treefd481e3a3dff8828db7df32525b19b990138b16f /.zshrc
parent29189b9cbcb49e41386447d2ed7022021c00d218 (diff)
downloaddotfiles-117003cefa16a9db1d4c87654f385131b6885d63.tar.gz
dotfiles-117003cefa16a9db1d4c87654f385131b6885d63.zip
Fix zsh history
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index bc94c2e..6a885ef 100644
--- a/.zshrc
+++ b/.zshrc
@@ -9,7 +9,7 @@ fpath=($HOME/.zsh/functions $fpath)
autoload -U $HOME/.zsh/functions/*(:t)
# Setup variables
-HISTFILE=$ZDOTDIR/histfile
+HISTFILE=$HOME/.zsh/histfile
HISTSIZE=1000
SAVEHIST=1000
LESSCMD="/usr/bin/less -FXRS"