Use xed as visual editor

This commit is contained in:
Evie Litherland-Smith 2023-03-01 17:45:56 +00:00
parent 33c7fe32b2
commit 98271c7912

View file

@ -1,6 +1,6 @@
if status is-interactive if status is-interactive
set -gx EDITOR nvim set -gx EDITOR nvim
set -gx VISUAL nvim set -gx VISUAL xed
fish_config theme choose CatppuccinMacchiato fish_config theme choose CatppuccinMacchiato
starship init fish | source starship init fish | source
enable_transience enable_transience