about summary refs log tree commit diff
path: root/home/zsh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-02-19 08:16:16 -0800
committerFranck Cuny <franck@fcuny.net>2024-02-19 08:16:16 -0800
commit161022e6d87e8cec458f30dd60bef473d796706b (patch)
treeed9f3e8ca79340ba397f7ac822375d5933f2c24e /home/zsh.nix
parentupdate homebrew formulae (diff)
downloadworld-161022e6d87e8cec458f30dd60bef473d796706b.tar.gz
ignore case for emacsrescue alias
Diffstat (limited to '')
-rw-r--r--home/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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 = {