diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:52:27 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-09-11 21:52:27 +0200 |
| commit | 3e1c65e72ed1391200aa6ad4471a0b8d3634ff78 (patch) | |
| tree | 2875907d143ec2e64424cbe18e222e5943dd9031 /dot.zshenv | |
| parent | 814a35d77d0bcd4cc3d8d577bb11cc1cc5519a37 (diff) | |
| parent | 1d22be5e4469dd04dddd823ab3672dcbed591c4c (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
