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