diff --git a/stow/.zshrc b/stow/.zshrc index d0ed266..e482930 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -55,7 +55,7 @@ func plugInstall() { sourcefile="$clonepath/$2" if command -v git > /dev/null && [ ! -d "$clonepath" ]; then - git clone $1 "$clonepath" + git clone $1 "$clonepath" --depth=1 fi if [ -f "$sourcefile" ]; then