From: PHO Date: Sun, 28 Feb 2021 11:38:07 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=b717ebb4d79a7b88431c76782a1f673ce945f4a3 Auto commit by The Sugar System. --- diff --git a/dot-files/_zshenv b/dot-files/_zshenv index 4f5d9e4..3363fe0 100644 --- a/dot-files/_zshenv +++ b/dot-files/_zshenv @@ -107,6 +107,11 @@ if [[ $(hostname) = "nem.cielonegro.org" ]]; then export PKG_DBDIR=/usr/pkgdb fi +# rust +if whence sccache-wrapper >/dev/null; then + export RUSTC_WRAPPER=$(which sccache-wrapper) +fi + # GUI Toolkits export SDL_VIDEODRIVER="x11" if [[ $(uname) = "Darwin" ]]; then