From d78d435645d5778b74cbdbc6521e61aaafc59da5 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Sat, 6 Mar 2021 22:05:04 +0800 Subject: [PATCH] Exported environment var for java applications. --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index df4076c..2e0a853 100644 --- a/.bashrc +++ b/.bashrc @@ -11,10 +11,13 @@ PS1='[\u@\h \W]\$ ' # vi bindings set -o vi -# default programs +# default editor export EDITOR=vim export VISUAL=vim +# for java applicatons +export _JAVA_AWT_WM_NONREPARENTING=1 + # include bash aliases if [ -f ~/.bash_aliases ] then