From 25722bb8541b6f7ff9c402bc01f5eb7728cc5972 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"