upd kitty, upd zsh

This commit is contained in:
Alexander 2024-07-04 15:22:19 +03:00
parent 869c4b1228
commit 67bfb06ade
No known key found for this signature in database
GPG key ID: D86E384919C1B9F0
2 changed files with 17 additions and 10 deletions

View file

@ -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 *