diff options
author | Alexander <a.kiryukhin@vk.team> | 2024-07-04 15:22:19 +0300 |
---|---|---|
committer | Alexander <a.kiryukhin@vk.team> | 2024-07-04 15:22:19 +0300 |
commit | 67bfb06adec12876a806d85a4b5009a2ba0c4950 (patch) | |
tree | e92b8c63425b2bfb9f63fda1d40d8d9fc68e1e68 /zsh | |
parent | 869c4b12288063c4ffd06563276b2b0d012a9f48 (diff) |
upd kitty, upd zsh
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 * |