Added default environment variables to fish

This commit is contained in:
Logan G 2023-10-24 23:40:08 -06:00
parent d1db6c6375
commit ceef91f249
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -1,3 +1,8 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set -gx EDITOR nvim
set -gx VISUAL nvim
set -gx QT_QPA_PLATFORMTHEME qt5ct
set -gx TERMINAL foot
set -gx MOZ_ENABLE_WAYLAND 1
set -gx _JAVA_AWT_WM_NONREPARENTING 1
end