From 30cc257ea655e0eb000625d3de627acd24da7b32 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 18 Mar 2025 20:33:46 +0100 Subject: [PATCH] Move EDITOR setting to a separate file --- conf.d/editor.fish | 1 + config.fish | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 conf.d/editor.fish diff --git a/conf.d/editor.fish b/conf.d/editor.fish new file mode 100644 index 0000000..e2d805f --- /dev/null +++ b/conf.d/editor.fish @@ -0,0 +1 @@ +set -gx EDITOR ec diff --git a/config.fish b/config.fish index 8109cb7..a6ae084 100644 --- a/config.fish +++ b/config.fish @@ -5,8 +5,6 @@ test -x $HOME/.local/bin/update-xdg-data-dirs.py; and set -gx XDG_DATA_DIRS ($HO fish_add_path --prepend $HOME/bin fish_add_path --prepend $HOME/.local/bin -set -gx EDITOR ec - set uds (command -v update-default-soundcard) if test -n "$uds" -a -x "$uds"