From 772f2a96e27829ca1ef7b8617f3770e327b4e80c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 17 Sep 2013 11:53:52 +0300 Subject: [PATCH] Revert ".bashrc: Use nicer fonts in Java apps" This reverts commit bc2cce7f3129e187f57ce5df6f38bcee46102564. Set this in /etc/environment instead so GUI apps can get it --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index 11ed8b8..84bf8df 100644 --- a/.bashrc +++ b/.bashrc @@ -19,8 +19,6 @@ TITLEBAR='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' PROMPT_COMMAND="$TITLEBAR; history -a; history -n" # don't add commands starting with space to the history HISTCONTROL=ignorespace -# use nicer fonts in Java apps -export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" # If a private bin directory exists, add it to PATH [[ -d ~/bin ]] && PATH="$PATH:~/bin"