From 31f31749df0eccc52e499c7164e034c98f4bb722 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 19 Sep 2022 21:06:03 -0500 Subject: [PATCH] PRAISE HELIX --- common/fish/vars.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/fish/vars.fish b/common/fish/vars.fish index 60a0be6..2aef5a7 100644 --- a/common/fish/vars.fish +++ b/common/fish/vars.fish @@ -12,15 +12,15 @@ set --export --universal BROWSER firefox-developer-edition set --export --universal PAGER "less" set --export --universal MANPAGER "less" -if command --search --quiet nvim - set --export --universal EDITOR nvim - set --export --universal VISUAL nvim -else if command --search --quiet helix +if command --search --quiet helix set --export --universal EDITOR helix set --export --universal VISUAL helix else if command --search --quiet hx set --export --universal EDITOR hx set --export --universal VISUAL hx +else if command --search --quiet nvim + set --export --universal EDITOR nvim + set --export --universal VISUAL nvim else if command --search --quiet vim set --export --universal EDITOR vim set --export --universal VISUAL vim