diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-07-26 19:21:36 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-07-26 19:21:36 +0200 |
| commit | 37b7ca9391e335cb609bcebd9cc17936b5b9a5be (patch) | |
| tree | 0301a76679b2286c3561d957f8f423093f43e8b3 /dot.zshenv | |
| parent | 18ad8837e1a5475a2db1d1ea1f02034fedbf043b (diff) | |
zsh: Add ~/.local/… to MANPATH
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,11 @@ path=( /sbin(/N) $path ) -typeset -xU path +manpath=( + ~/.local/share/man(/N) + $manpath +) +typeset -xU path manpath [ -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 -)" |
