Create fish config

This commit is contained in:
OBJNULL 2026-05-07 01:17:13 -05:00
parent 756143747f
commit 02a1ddef85

4
.config/fish/config.fish Normal file
View file

@ -0,0 +1,4 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set -x EDITOR hx
end