diff --git a/.zshrc b/.zshrc index ba2ca72..aa8ad52 100644 --- a/.zshrc +++ b/.zshrc @@ -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"