From bd1ab3ed07c426dbaf42e794197bf7b64281f3c6 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Fri, 7 Feb 2025 10:14:03 +0100 Subject: [PATCH] update alias for helix command --- .config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 17075a0..7342c54 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -39,6 +39,8 @@ if status is-interactive # hx if command -q hx alias edit="hx" + else if command -q helix + alias edit="helix" end # kubectl