home-config/bash_profile
95f2143d435fc8889d276be5ddda3804d4ab1630
· 309 B · 11 lines
raw
| 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 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share |
| 8 | export PATH=$PATH:~/.nix-profile/bin |
| 9 | |
| 10 | # Honor per-interactive-shell startup file |
| 11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |