summaryrefslogtreecommitdiff
path: root/plugins/compleat/compleat.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/compleat/compleat.plugin.zsh')
-rw-r--r--plugins/compleat/compleat.plugin.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/compleat/compleat.plugin.zsh b/plugins/compleat/compleat.plugin.zsh
index 8d16a5687..38f1b396a 100644
--- a/plugins/compleat/compleat.plugin.zsh
+++ b/plugins/compleat/compleat.plugin.zsh
@@ -5,7 +5,6 @@
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
-
if (( ${+commands[compleat]} )); then
local prefix="${commands[compleat]:h:h}"
local setup="${prefix}/share/compleat-1.0/compleat_setup"
@@ -19,4 +18,3 @@ if (( ${+commands[compleat]} )); then
source "$setup"
fi
fi
-