diff options
author | Camil Staps | 2016-02-01 17:56:24 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 3adb5b945cb12e9afc4a313d6e359844774370ad (patch) | |
tree | 181f165a47759f9c17c0c1e7cf521d0b1509fc47 /system | |
parent | Perl (diff) |
Fix for Java fonts (e.g. Arduino 'IDE')
Diffstat (limited to 'system')
-rw-r--r-- | system/profile.symlink | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/profile.symlink b/system/profile.symlink index 71dfd35..8cded79 100644 --- a/system/profile.symlink +++ b/system/profile.symlink @@ -1,3 +1,4 @@ export PATH="$HOME/bin.local:$HOME/bin:$HOME/.composer/vendor/bin:./bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH" export SUDO_ASKPASS=~/bin/askpass +export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp' |