mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-25 16:31:57 +00:00
add --depth=1
This commit is contained in:
parent
4bd5ec75ae
commit
2aca13130a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ make sure to disable your current theme in your plugin manager. See
|
||||||
### Oh My Zsh
|
### Oh My Zsh
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
||||||
```
|
```
|
||||||
|
|
||||||
Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your `~/.zshrc`.
|
Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your `~/.zshrc`.
|
||||||
|
|
Loading…
Reference in a new issue