From 117003cefa16a9db1d4c87654f385131b6885d63 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 21 Jan 2013 01:34:03 +0100 Subject: Fix zsh history --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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" -- cgit v1.2.3-54-g00ecf