From 6b6596496f5712d2705b2d1aadfe27c87b918709 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 13 Mar 2024 21:15:54 +0100 Subject: zsh update --- .local/share/oh-my-zsh/themes/loek.zsh-theme | 2 -- .zshrc | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.local/share/oh-my-zsh/themes/loek.zsh-theme b/.local/share/oh-my-zsh/themes/loek.zsh-theme index 217b7fb..5231234 100644 --- a/.local/share/oh-my-zsh/themes/loek.zsh-theme +++ b/.local/share/oh-my-zsh/themes/loek.zsh-theme @@ -12,8 +12,6 @@ PROMPT+="$INFO_COLOR\$(git_prompt_info)" # git info (if in repo) PROMPT+="$RESET_COLOR" ZSH_THEME_GIT_PROMPT_PREFIX="${INFO_COLOR}git " -ZSH_THEME_HG_PROMPT_PREFIX="${INFO_COLOR}hg " ZSH_THEME_GIT_PROMPT_SUFFIX="$SEPARATOR" -ZSH_THEME_HG_PROMPT_SUFFIX="$SEPARATOR" # vim:ft=zsh diff --git a/.zshrc b/.zshrc index 977f095..55587bb 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,7 @@ ZSH_THEME="loek" -zstyle ':omz:update' mode reminder + +# no +zstyle ':omz:update' mode disabled DISABLE_AUTO_UPDATE=true DISABLE_UPDATE_PROMPT=true @@ -21,3 +23,4 @@ compinit -D # do not glob for calculator command aliases[=]="noglob =" + -- cgit v1.2.3