Move EDITOR setting to a separate file
This commit is contained in:
parent
a0986b9493
commit
30cc257ea6
1
conf.d/editor.fish
Normal file
1
conf.d/editor.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
set -gx EDITOR ec
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user