From ba2659888f46fe7872a6922036a00d2bfefcaaf1 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sat, 18 Jan 2025 16:45:09 +0000 Subject: [PATCH] feat(fish): add abbreviation for yazi Added a new abbreviation 'yz' for yazi in the fish shell configuration. This improves efficiency by allowing quicker access to yazi. --- fish/config/abbrs_aliases.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/config/abbrs_aliases.fish b/fish/config/abbrs_aliases.fish index c452467b..49384fb4 100644 --- a/fish/config/abbrs_aliases.fish +++ b/fish/config/abbrs_aliases.fish @@ -32,6 +32,7 @@ abbr -a vc 'code (pwd)' abbr -a jn 'jupyter notebook' abbr -a jl 'jupyter lab' abbr -a py python +abbr -a yz yazi # docker abbr -a do docker container