dotfiles/profile

5 lines
139 B
Text
Raw Normal View History

# make Java behave when not using a DE
export _JAVA_AWT_WM_NONREPARENTING=1
# add .local/bin to $PATH
2021-12-17 23:02:45 -05:00
export PATH="$HOME/.local/bin:$PATH"