feat: set yazi wrapper name to "y"

This commit is contained in:
2026-03-09 23:52:41 -04:00
parent 3023e366e4
commit 13d4761595
+1
View File
@@ -2,5 +2,6 @@
programs.yazi = { programs.yazi = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
shellWrapperName = "y";
}; };
} }