diff --git a/fish/.config/fish/functions/hx.fish b/fish/.config/fish/functions/hx.fish new file mode 100644 index 0000000..a239c93 --- /dev/null +++ b/fish/.config/fish/functions/hx.fish @@ -0,0 +1,3 @@ +function hx --wraps helix --description 'alias hx=helix' + helix $argv +end