Fix zsh history

This commit is contained in:
Tom Willemsen 2013-01-21 01:34:03 +01:00
parent 29189b9cbc
commit 117003cefa

2
.zshrc
View file

@ -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"