dotfiles with stow
This commit is contained in:
10
config/.profile
Normal file
10
config/.profile
Normal file
@@ -0,0 +1,10 @@
|
||||
if [ "$XDG_SESSION_DESKTOP" = "sway" ] ; then
|
||||
# https://github.com/swaywm/sway/issues/595
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/
|
||||
fi
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
Reference in New Issue
Block a user