|
@@ -39,4 +39,8 @@ use = ["shell/*.zsh"]
|
|
|
|
|
|
|
|
[plugins.git]
|
|
[plugins.git]
|
|
|
github = "sorin-ionescu/prezto"
|
|
github = "sorin-ionescu/prezto"
|
|
|
-use = ["modules/git/init.zsh", "init.zsh", "modules/completion/init.zsh"]
|
|
|
|
|
|
|
+use = ["modules/git/init.zsh", "init.zsh", "modules/completion/init.zsh"]
|
|
|
|
|
+
|
|
|
|
|
+[plugins.docker-cli]
|
|
|
|
|
+github = "docker/cli"
|
|
|
|
|
+use = ["contrib/completion/zsh/_docker"]
|