upd kitty, upd zsh
This commit is contained in:
parent
869c4b1228
commit
67bfb06ade
2 changed files with 17 additions and 10 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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue