diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-13 21:15:54 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-13 21:15:54 +0100 |
commit | 6b6596496f5712d2705b2d1aadfe27c87b918709 (patch) | |
tree | 88605b5c7cce5134cbdcc2ca4681b02224cf72af | |
parent | 3fff9659276707fb32cfc8c23360c4db8c00ead2 (diff) |
zsh update
-rw-r--r-- | .local/share/oh-my-zsh/themes/loek.zsh-theme | 2 | ||||
-rw-r--r-- | .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 @@ -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 =" + |