Lots of zsh changes
This commit is contained in:
parent
cd61fb7ff4
commit
4893824aff
15 changed files with 817 additions and 158 deletions
6
shells/zsh/includes/auto-notify.zsh
Normal file
6
shells/zsh/includes/auto-notify.zsh
Normal file
|
@ -0,0 +1,6 @@
|
|||
source "$ZSH_FOLDER/plugins/zsh-auto-notify/auto-notify.plugin.zsh"
|
||||
export AUTO_NOTIFY_THRESHOLD=5
|
||||
export AUTO_NOTIFY_TITLE="Hey! %command has just finished"
|
||||
export AUTO_NOTIFY_BODY="It completed in %elapsed seconds with exit code %exit_code"
|
||||
AUTO_NOTIFY_IGNORE+=("bat" "zathura" "libreoffice" "lf")
|
||||
disable_auto_notify
|
Loading…
Add table
Add a link
Reference in a new issue