i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update EDITOR variable logic

+2 -3
+2 -3
fish/.config/fish/config.fish
··· 74 74 set -l editors nvim vim vi 75 75 for editor in $editors 76 76 if command -q $editor 77 - set -gx EDITOR $editor 77 + set -Ux EDITOR $editor 78 + set -Ux SYSTEMD_EDITOR $editor 78 79 break 79 80 end 80 81 end 81 82 82 - set -gx SYSTEMD_EDITOR $EDITOR 83 - set -gx WINEPREFIX $HOME/.wine