diff --git a/profile b/profile new file mode 100644 index 0000000..f186147 --- /dev/null +++ b/profile @@ -0,0 +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"