From 3effd03a36e73347d96684f3b443c63b628e7cd9 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 22 Sep 2022 14:56:07 -0500 Subject: [PATCH] ugh --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 74f2032..ff4787f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -21,7 +21,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] fi # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh -plugins=(zsh-autosuggestions zsh-syntax-highlighting) +# plugins=(zsh-autosuggestions zsh-syntax-highlighting) ZSH_THEME=powerlevel10k/powerlevel10k DISABLE_AUTO_TITLE=true