diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..366ee45 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,4 @@ +if status is-interactive + # Commands to run in interactive sessions can go here + set -x EDITOR hx +end