From 8c84041ec76906b177bc5bc3f03206003305bcb3 Mon Sep 17 00:00:00 2001 From: 779g <47156835+779g@users.noreply.github.com> Date: Tue, 21 Apr 2020 22:24:29 +0200 Subject: [PATCH] Documented a default $ZSH_CUSTOM to install with Oh My Zsh Install in a script (#648) Co-authored-by: 779g --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a38432..d4c98a6c 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ make sure to disable the current theme in your plugin manager. See ### Oh My Zsh ```zsh -git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k +git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k ``` Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.