From 5ada5903ef57496d12bfe840dd454720486adee3 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 11 Nov 2024 15:51:39 +0100 Subject: [PATCH] Yazi alias fix --- modules/programs/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index b45ec5a..ca9e628 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -65,7 +65,7 @@ abbr --add rm 'rip' abbr --add cp 'fcp' abbr --add cd 'z' - abbr --add yazi 'y' + abbr --add y 'yazi' set fish_greeting # pwd based on the value of _ZO_RESOLVE_SYMLINKS.