summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorAlexander <a.kiryukhin@vk.team>2024-07-04 15:22:19 +0300
committerAlexander <a.kiryukhin@vk.team>2024-07-04 15:22:19 +0300
commit67bfb06adec12876a806d85a4b5009a2ba0c4950 (patch)
treee92b8c63425b2bfb9f63fda1d40d8d9fc68e1e68 /zsh
parent869c4b12288063c4ffd06563276b2b0d012a9f48 (diff)
upd kitty, upd zsh
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc4
1 files changed, 4 insertions, 0 deletions
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 *