Create fish config
This commit is contained in:
parent
756143747f
commit
02a1ddef85
1 changed files with 4 additions and 0 deletions
4
.config/fish/config.fish
Normal file
4
.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
if status is-interactive
|
||||||
|
# Commands to run in interactive sessions can go here
|
||||||
|
set -x EDITOR hx
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue