From 596de9befbc4db2438421d21037a38c0236b5139 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 17 Apr 2020 23:44:22 -0500 Subject: General updates Update everything in this folder to be current with my setup. --- .zshenv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zshenv') diff --git a/.zshenv b/.zshenv index 412512b..2cbc002 100644 --- a/.zshenv +++ b/.zshenv @@ -13,11 +13,13 @@ appendpath '/home/dholman/bin' appendpath '/home/dholman/.local/bin' appendpath '/home/dholman/.gem/ruby/2.7.0/bin' appendpath '/home/dholman/.rvm/bin' +export PATH="/usr/lib/distcc/bin:$PATH" export PATH +export DISTCC_HOSTS="192.168.1.26/24" export EDITOR="vim" export SUDO_EDITOR="vim" export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 -export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82 +export GPGKEY=87B76D64AF9090B9C527B4D44EE2AB8BAFCB5561 export GPG_TTY=$(tty) export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh unset SSH_AGENT_PID -- cgit v1.2.3