mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Added .profile (again)
This commit is contained in:
parent
02bb619d83
commit
59de208949
1 changed files with 3 additions and 1 deletions
4
profile
4
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"
|
||||
|
|
Loading…
Reference in a new issue