diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 19:13:58 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 19:13:58 +0100 |
| commit | 63114f91e90c1601b9ed8adc1344079fe0018aac (patch) | |
| tree | 784e20b777225bbc9f238ee882f5a14d12d96a32 /dot.zshenv | |
| parent | b817515621178f72be4e5c5017bd65b66e7aaa4d (diff) | |
| parent | 91683bb596e830aa61acc70b00271a786279cfd8 (diff) | |
Merge branch 'main' into neptun
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -*- shell-script -*- -export GOPATH=~/src/go/ +export GOPATH=~/src/go export LESS="FRX" export PATH=${PATH/::/:} export GPG_TTY=$(tty) @@ -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 -)" |
