From 83d8e8938e3c2a81d697c7e5a78daefafb91f4e0 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 23 Feb 2024 12:41:08 +0530 Subject: [PATCH] fish: functions: Add an alias for yazi --- fish/.config/fish/functions/y.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/.config/fish/functions/y.fish diff --git a/fish/.config/fish/functions/y.fish b/fish/.config/fish/functions/y.fish new file mode 100644 index 0000000..ecff67b --- /dev/null +++ b/fish/.config/fish/functions/y.fish @@ -0,0 +1,3 @@ +function y --wraps yazi --description 'alias y=yazi' + yazi $argv +end