unixorn / fzf-zsh-plugin

ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Apache License 2.0
303 stars 27 forks source link

Add `--depth 1` to git clones #78

Closed SirMorfield closed 1 year ago

SirMorfield commented 1 year ago

The current implementations clone the entire history of this project. Now it only clones the last changes, decreasing the size of the directory

https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt

Checklist not required