dotfiles/profile

5 lines
139 B
Text
Raw Normal View History

2022-02-10 21:55:33 -05:00
# 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"