1
0

update alias for helix command

This commit is contained in:
Karsten Hachmeister
2025-02-07 10:14:03 +01:00
parent 03ae3b7bb8
commit bd1ab3ed07

View File

@@ -39,6 +39,8 @@ if status is-interactive
# hx # hx
if command -q hx if command -q hx
alias edit="hx" alias edit="hx"
else if command -q helix
alias edit="helix"
end end
# kubectl # kubectl