From bc961c97505ae4e181d7499b6db212f563f8b036 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Mon, 11 Dec 2023 09:53:15 +0100 Subject: feat: move aliases to functions, because they are often less troublesome --- .zsh_functions/alert | 1 + 1 file changed, 1 insertion(+) create mode 100644 .zsh_functions/alert (limited to '.zsh_functions/alert') diff --git a/.zsh_functions/alert b/.zsh_functions/alert new file mode 100644 index 0000000..1f3c065 --- /dev/null +++ b/.zsh_functions/alert @@ -0,0 +1 @@ +notify-send --urgency=low -i ${(%):-%(?.terminal.error)} ${history[$HISTCMD]%[;&|][[:space:]]##alert} -- cgit v1.2.3