Add HISTFILE (zsh).

This commit is contained in:
Gea-Suan Lin
2014-02-23 11:49:44 +08:00
parent 6bb203fc9e
commit ee8ddb4784

1
.zshrc
View File

@@ -43,6 +43,7 @@ fi
export BLOCKSIZE="k"
export EDITOR="vim"
export GIT_PAGER="less"
export HISTFILE="$HOME/.history"
export HISTSIZE=2000
export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"