zsh bgnotify

This commit is contained in:
odrling 2019-01-11 20:59:58 +01:00
parent e1a5eba377
commit bb2fc0cf09
3 changed files with 11 additions and 3 deletions

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule ".zsh/omz/oh-my-zsh"]
path = .zsh/omz/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".zsh/zsh-background-notify"]
path = .zsh/zsh-background-notify
url = https://github.com/t413/zsh-background-notify.git

@ -0,0 +1 @@
Subproject commit d5f0430cb052f82c433c17707816910da87e201e

10
.zshrc
View file

@ -1,10 +1,14 @@
# load modules
source ~/.zsh/*/*.zsh
bgnotify_threshold=1
source ~/.zsh/zsh-autosuggestions/*.zsh
source ~/.zsh/zsh-background-notify/*.zsh
source ~/.zsh/zsh-completions
source ~/.zsh/zsh-syntax-highlighting
source ~/.zsh/omz/oh-my-zsh/lib/spectrum.zsh
#source ~/.zsh/omz/oh-my-zsh/plugins/pass/*.zsh
source ~/.zsh/omz/oh-my-zsh/plugins/ssh-agent/*.zsh
#source ~/.zsh/omz/oh-my-zsh/plugins/adb/*.zsh
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[._-]=** r:|=**'