From e7cf19865c2d191a8bd5f10b5d3c17075740e385 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 20 Apr 2023 18:13:50 -0400 Subject: renamed files to not be hidden --- home-config/bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 home-config/bash_profile (limited to 'home-config/bash_profile') diff --git a/home-config/bash_profile b/home-config/bash_profile new file mode 100644 index 0000000..319a0ca --- /dev/null +++ b/home-config/bash_profile @@ -0,0 +1,8 @@ +export MOZ_ENABLE_WAYLAND=1 + +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway +export _JAVA_AWT_WM_NONREPEATING=1 + +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3