From d3531865dd615b41de0ae1dfbcdb9d7ebe60cc1f Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Apr 2019 20:53:36 +0200 Subject: [PATCH] Enable sccache --- shells/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index a094698..be36e0a 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -29,6 +29,7 @@ antigen apply export PATH=~/bin:~/.gem/ruby/2.5.0/bin:$PATH source $HOME/.cargo/env +[ -f $(which sccache) ] && export RUSTC_WRAPPER=sccache # fix font rendering in Java export JAVA_OPTS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true"