From 67bfb06adec12876a806d85a4b5009a2ba0c4950 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 4 Jul 2024 15:22:19 +0300 Subject: upd kitty, upd zsh --- zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index ca3d8e4..13b1078 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -33,6 +33,10 @@ alias m='micro' # Functions function tk() { mkdir -p $1; cd $1; } +function alert() { + notify-send --expire-time=30000 $1 $2 && nohup play ~/.local/share/alarm.wav & +} + ## Options section setopt correct # Auto correct mistakes setopt extendedglob # Extended globbing. Allows using regular expressions with * -- cgit v1.2.3