2023-10-25 00:52:19 -04:00
|
|
|
if status is-interactive
|
2023-10-25 01:40:08 -04:00
|
|
|
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
|
2023-10-25 00:52:19 -04:00
|
|
|
end
|