diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index cb09c7f..397e153 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -33,6 +33,10 @@ autoload -U edit-command-line zle -N edit-command-line bindkey '\C-e' edit-command-line +notify () { + notify-send "Task finished" "Terminal $(tty) is idle." +} + mkcd () { mkdir -p "$1" && cd "$1" }