diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:52:30 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:52:30 +0100 |
commit | f8fdda1d88787e56fe5f1b711e3fa5300441eee2 (patch) | |
tree | 33371d3359a35ca1849dfc451c6c223798e73153 | |
parent | 7b39b11d09baed89c73f24b819d6826f47e98b02 (diff) | |
download | zsh-config-f8fdda1d88787e56fe5f1b711e3fa5300441eee2.tar.bz2 |
fix java fonts
-rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -207,6 +207,9 @@ export DEBEMAIL="sre@debian.org" export DEBSIGN_MAINT="sre@debian.org" export DEBCHANGE_RELEASE_HEURISTIC=changelog +# fix java fonts +export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp' + # bash completion scripts have() { |