Added .profile (again)

This commit is contained in:
Andrew Scott 2022-02-10 21:55:33 -05:00
parent 3947757872
commit 0dfbbf42df
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

4
profile Normal file
View file

@ -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"