From e6aabf9a7a85fca9ac28d29fc26a42f87ab51596 Mon Sep 17 00:00:00 2001 From: quackerd Date: Tue, 3 Jan 2023 19:02:17 +0000 Subject: [PATCH] Update '.zshrc' --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8cc9b71..cc35fb5 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,6 @@ fi # load theme ozsh_load theme powerlevel10k "https://github.com/romkatv/powerlevel10k" -POWERLEVEL9K_DISABLE_GITSTATUS=true # load plugins ozsh_load plugin zsh-autosuggestions "https://github.com/zsh-users/zsh-autosuggestions" @@ -31,6 +30,7 @@ ozsh_load plugin_omz gpg-agent # User-specific settings # set -o emacs +POWERLEVEL9K_DISABLE_GITSTATUS=true # optional settings export PATH="$PATH:/usr/local/bin"