Update '.zshrc'

This commit is contained in:
quackerd 2023-01-03 19:02:17 +00:00
parent d7807555e8
commit e6aabf9a7a
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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"