aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.local/share/oh-my-zsh/themes/loek.zsh-theme2
-rw-r--r--.zshrc5
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 ="
+