diff options
Diffstat (limited to 'home-config/.bash_profile')
-rw-r--r-- | home-config/.bash_profile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home-config/.bash_profile b/home-config/.bash_profile deleted file mode 100644 index 319a0ca..0000000 --- a/home-config/.bash_profile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | export MOZ_ENABLE_WAYLAND=1 | ||
2 | |||
3 | export XDG_CURRENT_DESKTOP=sway | ||
4 | export XDG_SESSION_DESKTOP=sway | ||
5 | export _JAVA_AWT_WM_NONREPEATING=1 | ||
6 | |||
7 | # Honor per-interactive-shell startup file | ||
8 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | ||