summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorXian Wang <dev@xianwang.io>2021-04-16 21:35:09 -0700
committerXian Wang <dev@xianwang.io>2021-04-16 21:35:09 -0700
commitb2852ed5059f65c850267f5ff6a7daaeda9c76ef (patch)
tree278a6f7ff67b3b73299994dc59b14adf34b027f1 /zshrc
parent4be4debe540bede613f222a8d9dcc8d79b5e180d (diff)
downloaddotfiles-b2852ed5059f65c850267f5ff6a7daaeda9c76ef.tar.gz
dotfiles-b2852ed5059f65c850267f5ff6a7daaeda9c76ef.tar.bz2
dotfiles-b2852ed5059f65c850267f5ff6a7daaeda9c76ef.zip
fix gnupg directory permission and add distcc to path
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 0482b9e..80dfa4c 100644
--- a/zshrc
+++ b/zshrc
@@ -93,6 +93,7 @@ ZSH_COMPDUMP=~/.cache/.zcompdump
export PATH="$HOME/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
+export PATH="/usr/lib/distcc/bin:$PATH"
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)