From 35e11a2aed66819333d01e901ccc2f97e51d47aa Mon Sep 17 00:00:00 2001 From: Moshe Avni Date: Sun, 17 Nov 2024 17:35:34 +0200 Subject: [PATCH] remove omz theme --- .../custom/themes/mosherussell.zsh-theme | 20 ------------------- .zsh_plugins.txt | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .oh-my-zsh/custom/themes/mosherussell.zsh-theme diff --git a/.oh-my-zsh/custom/themes/mosherussell.zsh-theme b/.oh-my-zsh/custom/themes/mosherussell.zsh-theme deleted file mode 100644 index ae43a8ee..00000000 --- a/.oh-my-zsh/custom/themes/mosherussell.zsh-theme +++ /dev/null @@ -1,20 +0,0 @@ -# setopt TRANSIENT_RPROMPT - -RPROMPT='' - -# PROMPT='%{$FG[049]%}%(4~|.../%3~|%~)%{$reset_color%} $(branch_prompt_info) $(kube_ps1 2>/dev/null || :)' -PROMPT='%{$FG[049]%}%c%{$reset_color%} $(branch_prompt_info) $(kube_ps1 2>/dev/null || :)' -PROMPT+=$'\n' -PROMPT+='%(?:%{$fg[green]%} → :%{$fg[red]%} → )' -PROMPT+='%{$reset_color%}' - -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}git:(%{$fg[red]%} " -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{%G⚡️%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})%{%G✨%}" - -KUBE_PS1_CTX_COLOR=214 -KUBE_PS1_NS_COLOR=44 -KUBE_PS1_SYMBOL_COLOR=147 -KUBE_PS1_SYMBOL_ENABLE=false -KUBE_PS1_SEPARATOR=' ' diff --git a/.zsh_plugins.txt b/.zsh_plugins.txt index dc6e1532..439e93f0 100644 --- a/.zsh_plugins.txt +++ b/.zsh_plugins.txt @@ -5,11 +5,11 @@ zsh-users/zsh-completions kind:fpath path:src loiccoyle/zsh-github-copilot ohmyzsh/ohmyzsh path:lib/key-bindings.zsh -zsh-users/zsh-autosuggestions zsh-users/zsh-history-substring-search belak/zsh-utils path:history # deferred +zsh-users/zsh-autosuggestions kind:defer ohmyzsh/ohmyzsh path:plugins/git kind:defer zsh-users/zsh-syntax-highlighting kind:defer