summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
author2024-07-04 15:22:19 +0300
committer2024-07-04 15:22:19 +0300
commit67bfb06adec12876a806d85a4b5009a2ba0c4950 (patch)
treee92b8c63425b2bfb9f63fda1d40d8d9fc68e1e68 /zsh/zshrc
parentZsh magix (diff)
downloaddotfiles-67bfb06adec12876a806d85a4b5009a2ba0c4950.tar.gz
dotfiles-67bfb06adec12876a806d85a4b5009a2ba0c4950.tar.bz2
dotfiles-67bfb06adec12876a806d85a4b5009a2ba0c4950.tar.xz
dotfiles-67bfb06adec12876a806d85a4b5009a2ba0c4950.zip
upd kitty, upd zsh
Diffstat (limited to 'zsh/zshrc')
-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 *