From 161022e6d87e8cec458f30dd60bef473d796706b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 19 Feb 2024 08:16:16 -0800 Subject: ignore case for emacsrescue alias --- home/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index b14c5f2..e704870 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -34,7 +34,7 @@ la = "ls -ltrha --color=auto"; pkgsearch = "nix search nixpkgs"; flup = "nix flake update --commit-lock-file"; - emacsrescue = "pkill -SIGUSR2 emacs"; # then `M-x toggle-debug-on-quit` + emacsrescue = "pkill -SIGUSR2 -i emacs"; # then `M-x toggle-debug-on-quit` }; oh-my-zsh = { -- cgit 1.4.1