From 1cc3254b6e72be85df8c08ead0284175cec12c0e Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 9 Nov 2022 23:15:59 +0100 Subject: [PATCH] mail abbrs --- home/modules/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 590533d8..5a8f8500 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -87,6 +87,10 @@ in { }) (abbrify pkgs.gping { ping = "gping"; }) (abbrify pkgs.lazygit { lg = "lazygit"; }) + (abbrify pkgs.notmuch { + mailrefresh = "notmuch new"; + mailsearch = "notmuch search"; + }) (abbrify pkgs.protonvpn-cli { vpnat = "protonvpn-cli c --cc at"; vpnch = "protonvpn-cli c --cc ch";