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;