1
0
Fork 0

📝 Add depth to clone command

Not everyone wants the whole history of the repo
pull/941/head
Steel Brain 9 years ago
parent f2a826e963
commit 2d6584b6fb

@ -17,7 +17,7 @@ version is 4.3.17.
2. Clone the repository:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" --depth=1
3. Create a new Zsh configuration by copying the Zsh configuration files
provided:

Loading…
Cancel
Save