Fix shell alias for backslash command
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
home.shellAliases = {
|
||||
sudo = "sudo --preserve-env=PATH";
|
||||
"\\" = "command";
|
||||
"\\\\" = "command";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user