summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-05-24 14:05:50 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-05-24 14:05:50 +0100
commitf4857f1db71aed11a2ec4fabb21a31e72bb973c7 (patch)
tree21df0bc2c41f966edf028f136914a6dcc767b223 /zsh/rc
parent11ec2cb4c4ca290c71517867ad9369562078b094 (diff)
zsh: Make less use XDG_CACHE_HOME
Diffstat (limited to 'zsh/rc')
-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}