diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d714361..8ea526f 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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