aboutsummaryrefslogtreecommitdiff
path: root/dot.zshenv
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:52:27 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:52:27 +0200
commit3e1c65e72ed1391200aa6ad4471a0b8d3634ff78 (patch)
tree2875907d143ec2e64424cbe18e222e5943dd9031 /dot.zshenv
parent814a35d77d0bcd4cc3d8d577bb11cc1cc5519a37 (diff)
parent1d22be5e4469dd04dddd823ab3672dcbed591c4c (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'dot.zshenv')
-rw-r--r--dot.zshenv6
1 files changed, 5 insertions, 1 deletions
diff --git a/dot.zshenv b/dot.zshenv
index be7a69a..227ed82 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -24,7 +24,11 @@ manpath=(
~/.local/share/man(/N)
$manpath
)
-typeset -xU path manpath
+fpath=(
+ ~/.local/share/zsh(/N)
+ $fpath
+)
+typeset -xU path manpath fpath
[ -S ~/.gnupg/S.gpg-agent.ssh ] && export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
[ -S /run/user/$EUID/gnupg/S.gpg-agent.ssh ] && export SSH_AUTH_SOCK=/run/user/$EUID/gnupg/S.gpg-agent.ssh
[ -S $XDG_RUNTIME_DIR/mpd/socket ] && export MPD_HOST=$XDG_RUNTIME_DIR/mpd/socket