summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author779g <47156835+779g@users.noreply.github.com>2020-04-21 23:24:29 +0300
committerGitHub <noreply@github.com>2020-04-21 23:24:29 +0300
commit8c84041ec76906b177bc5bc3f03206003305bcb3 (patch)
tree91782b78e80ddc009ba080812be0560c8e282b9e /README.md
parent0bb331b55ddc4c85bf162706b78fd634211c965c (diff)
Documented a default $ZSH_CUSTOM to install with Oh My Zsh Install in a script (#648)
Co-authored-by: 779g <aztlan@779.mx>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`.