summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/rc b/zsh/rc
index 04fc7fe..cf10a8a 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -43,6 +43,7 @@ bindkey -e
bindkey "^R" history-incremental-search-backward
export EDITOR=vim
+export LESSHISTFILE=${XDG_CACHE_HOME}/less_history
export PYTHONSTARTUP=${XDG_CONFIG_HOME}/python/rc
export VISUAL=${EDITOR}