diff options
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
