1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Enable sccache

This commit is contained in:
Valentin Brandl 2019-04-28 20:53:36 +02:00
parent e21b770c31
commit d3531865dd
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -29,6 +29,7 @@ antigen apply
export PATH=~/bin:~/.gem/ruby/2.5.0/bin:$PATH export PATH=~/bin:~/.gem/ruby/2.5.0/bin:$PATH
source $HOME/.cargo/env source $HOME/.cargo/env
[ -f $(which sccache) ] && export RUSTC_WRAPPER=sccache
# fix font rendering in Java # fix font rendering in Java
export JAVA_OPTS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true" export JAVA_OPTS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true"