From dbc067215186d78ee9c7c81a858b42f1bef154c3 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 22 Aug 2023 18:19:15 +0530 Subject: [PATCH] fish: functions: Add an alias for helix --- fish/.config/fish/functions/hx.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/.config/fish/functions/hx.fish 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