summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e55a1d4..8566927 100644
--- a/.zshrc
+++ b/.zshrc
@@ -59,7 +59,6 @@ bindkey -v
# Extend PATH.
path=(~/bin $path)
-
# Export environment variables.
export GPG_TTY=$TTY
@@ -106,3 +105,7 @@ alias ls="${aliases[ls]:-ls} -A"
# Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html.
setopt glob_dots # no special treatment for file names with a leading dot
setopt no_auto_menu # require an extra TAB press to open the completion menu
+
+
+#XDG
+compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"