From 1435e92d8f2166360367f18962ac0e5dfe10ae5f Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Thu, 13 Oct 2022 16:58:00 +0100 Subject: [PATCH] fix instruction for installation with oh-my-zsh the ZSH_THEME variable should be added before `source $ZSH/oh-my-zsh.sh` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5897827e..a959a73b 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ make sure to disable the current theme in your plugin manager. See ```zsh git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` -2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`. +2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc` before the line `source $ZSH/oh-my-zsh.sh` ### Prezto