mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Enable sccache
This commit is contained in:
parent
e21b770c31
commit
d3531865dd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user