From 6a047746c1a6e51230e8f1e4d06598f73217121a Mon Sep 17 00:00:00 2001 From: Julian Mutter <julian.mutter@comumail.de> Date: Mon, 2 Dec 2024 08:45:13 +0100 Subject: [PATCH] Yazi update shellAlias from ya to yy --- modules/home/yazi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/yazi/default.nix b/modules/home/yazi/default.nix index 67371f3..f8d7c80 100644 --- a/modules/home/yazi/default.nix +++ b/modules/home/yazi/default.nix @@ -45,7 +45,7 @@ in ]; home.shellAliases = { - y = "ya"; # Yazi shell wrapper (cd on quit) + y = "yy"; # Yazi shell wrapper (cd on quit) }; programs.yazi.enable = true;