From 53423ccdbfc56c6f555e6b00ecfbc1ee4581eab1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 29 Jun 2024 20:47:41 +0100 Subject: [PATCH] zsh: add zsh-auto-notify plugin Shows notifications when long running tasks are completed. See https://github.com/MichaelAquilina/zsh-auto-notify. --- lib/shared/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index 70ce037..c6ff0f3 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -129,6 +129,7 @@ tags = [ "from:oh-my-zsh" ]; } + { name = "MichaelAquilina/zsh-auto-notify"; } { name = "olets/zsh-abbr"; } { name = "zsh-users/zsh-completions"; }