[dots-postupdate] don't update zinit now that it's gone

This commit is contained in:
odrling 2023-12-12 23:58:18 +01:00
parent d856e06f0d
commit 4affbe9277
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -11,11 +11,6 @@ if command -v pipx > /dev/null 2>&1; then
pipx upgrade hikari
fi
if command -v zsh > /dev/null 2>&1; then
echo update zinit plugins
zsh -i -c "zinit update --all --quiet && zinit cclear"
fi
for i in ~/.mozilla/firefox/*/; do
cp -v ~/.mozilla/Betterfox/user.js "$i"
done