diff --git a/home/shell/common.nix b/home/shell/common.nix index f4b8345..db5c5d0 100644 --- a/home/shell/common.nix +++ b/home/shell/common.nix @@ -4,7 +4,7 @@ { home.shellAliases = { sudo = "sudo --preserve-env=PATH"; - "\\" = "command"; + "\\\\" = "command"; }; home.packages = with pkgs; [