dotfiles/.config/fish/config.fish

9 lines
217 B
Fish
Raw Normal View History

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