diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-02-12 17:16:55 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-02-12 17:16:55 +0100 |
| commit | 180e0657148b22ef9fe429de2c64dcfdc4f0c16b (patch) | |
| tree | 2135fee7d633d6c564ecbbf1722a508bb6960a5f /dot.zshenv | |
| parent | 0ae9c795a86598a5d4f4a158ac8b7f6b7129b832 (diff) | |
zsh: Add ~/.local/share/zsh to $fpath
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,7 +23,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 (( $+commands[rbenv] )) && eval "$(rbenv init -)" |
