blob: c6f4bdbe658093e8ff90ffe286441eac98ac574b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/functions/antidote-update b/functions/antidote-update
index 0618841..c126295 100644
--- a/functions/antidote-update
+++ b/functions/antidote-update
@@ -40,11 +40,7 @@ fi
# update antidote
if (( $#o_self )) || ! (( $#o_bundles )); then
- echo "Updating antidote..."
- git -C "${0:A:h:h}" pull --quiet --ff --rebase --autostash
- echo "Antidote self-update complete.\n"
- source "${0:A:h:h}"/antidote.zsh
- antidote -v
+ echo "Self updating is disabled in this build"
fi
# vim: ft=zsh
|