From 2d6584b6fb9fdf3f4b1d6fed9e32dec6cd3b6838 Mon Sep 17 00:00:00 2001 From: Steel Brain Date: Sat, 1 Aug 2015 23:46:18 -0600 Subject: [PATCH] :memo: Add depth to clone command Not everyone wants the whole history of the repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6b40af0..275caeb7 100644 --- a/README.md +++ b/README.md @@ -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: