summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/.zshrc b/.zshrc
index ad85424..9e17636 100644
--- a/.zshrc
+++ b/.zshrc
@@ -35,7 +35,7 @@ alias mysql="mysql --pager"
alias -s pdf="zathura"
alias -s xls="libreoffice"
-setopt notify
+setopt NOTIFY
setopt PROMPT_SUBST # Allow for functions in the prompt
setopt EXTENDED_GLOB
@@ -46,12 +46,7 @@ typeset -ga preexec_functions
typeset -ga precmd_functions
typeset -ga chpwd_functions
-add-zsh-hook preexec preexec_update_vars
-add-zsh-hook precmd precmd_update_git_vars
-add-zsh-hook precmd precmd_update_updates
-add-zsh-hook precmd precmd_maybe_festival
add-zsh-hook precmd vcs_info
-add-zsh-hook chpwd chpwd_update_git_vars
zstyle ':vcs_info:*' actionformats '%B%F{1}%a%f%%b (%F{3}%s%f) %F{5}%r%f:%F{4}%b%f %F{2}%S%f'
zstyle ':vcs_info:*' enable bzr git hg svn