Fix shell alias for backslash command

This commit is contained in:
panotaka
2023-11-27 09:45:14 -04:00
parent a18a202587
commit a32236ce06

View File

@@ -4,7 +4,7 @@
{
home.shellAliases = {
sudo = "sudo --preserve-env=PATH";
"\\" = "command";
"\\\\" = "command";
};
home.packages = with pkgs; [