summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-30 13:08:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-02 16:16:35 +0000
commit8e9bef2b9240b0df978a31aa315a0ff606589a95 (patch)
tree21eef963f9d6357e0f363565f6b971b1f37c5f53
parent13387c15533cf9d86e060cee4540d6b41974e3bc (diff)
downloaddotfiles-archive/develacc-iris.tar.gz
set _JAVA_OPTIONSarchive/develacc-iris
-rwxr-xr-x.shenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/.shenv b/.shenv
index 2ae1b59d..3d3f1a85 100755
--- a/.shenv
+++ b/.shenv
@@ -146,6 +146,8 @@ IMPASS_KEYFILE="$HOME/lib/priv/impass/keyid"
export IMPASS_KEYFILE
PERLDOC="-oman"
export PERLDOC
+_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp'
+export _JAVA_OPTIONS
# Select the pygments parser for GNU GLOBAL, which works for a lot of
# languages. Override with a gtags.conf in the project root. Relies