From dd06f27e9c4db1ae16d436f9d25de40159d236f9 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 10 Feb 2022 21:55:33 -0500 Subject: [PATCH] Added .profile (again) --- profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 7ff959b..f186147 100644 --- a/profile +++ b/profile @@ -1,2 +1,4 @@ +# make Java behave when not using a DE +export _JAVA_AWT_WM_NONREPARENTING=1 +# add .local/bin to $PATH export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"