We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2d65c commit 8ca3776Copy full SHA for 8ca3776
1 file changed
zsh_unplugged.zsh
@@ -26,6 +26,7 @@ function plugin-load {
26
for plugin in $@; do
27
repo="$plugin"
28
clone_args=(--quiet --depth 1 --recursive --shallow-submodules)
29
+ commitsha=""
30
# Pin repo to a specific commit sha if provided
31
if [[ "$plugin" == *'@'* ]]; then
32
repo="${plugin%@*}"
0 commit comments