From d8e90af6b187ab343c7fee1f8e609f01134da873 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 12 Aug 2020 12:54:00 -0500 Subject: .zshenv: prepend PATH with ccache binaries --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index f9dcf48..6c7da64 100644 --- a/.zshenv +++ b/.zshenv @@ -13,7 +13,7 @@ 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 +export PATH="/usr/lib/ccache/bin:$PATH" export DISTCC_HOSTS="192.168.1.26/24" export EDITOR="vim" export SUDO_EDITOR="vim" -- cgit v1.2.3