diff options
author | 779g <47156835+779g@users.noreply.github.com> | 2020-04-21 23:24:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 23:24:29 +0300 |
commit | 8c84041ec76906b177bc5bc3f03206003305bcb3 (patch) | |
tree | 91782b78e80ddc009ba080812be0560c8e282b9e /README.md | |
parent | 0bb331b55ddc4c85bf162706b78fd634211c965c (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |