summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9e17636..cbc5673 100644
--- a/.zshrc
+++ b/.zshrc
@@ -73,6 +73,10 @@ add-to-list INFOPATH "$HOME/documents/info"
add-to-list INFOPATH "$HOME/.emacs.d/vendor-lisp/org/doc"
add-to-list INFOPATH "/usr/local/clark/share/info" t
+export XDG_CACHE_HOME="$HOME/.cache"
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+
# Set terminal keys
bindkey "\e[1~" beginning-of-line
bindkey "\e[4~" end-of-line