Move EDITOR setting to a separate file

This commit is contained in:
2025-03-18 20:33:46 +01:00
parent a0986b9493
commit 30cc257ea6
2 changed files with 1 additions and 2 deletions

1
conf.d/editor.fish Normal file
View File

@@ -0,0 +1 @@
set -gx EDITOR ec

View File

@@ -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/bin
fish_add_path --prepend $HOME/.local/bin fish_add_path --prepend $HOME/.local/bin
set -gx EDITOR ec
set uds (command -v update-default-soundcard) set uds (command -v update-default-soundcard)
if test -n "$uds" -a -x "$uds" if test -n "$uds" -a -x "$uds"