Yazi update shellAlias from ya to yy

This commit is contained in:
Julian Mutter 2024-12-02 08:45:13 +01:00
parent 1f3693359f
commit 6a047746c1

View File

@ -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;