fix(updater): make sure to run it with zsh

This commit is contained in:
Marc Cornellà 2020-12-01 11:12:31 +01:00
parent 7712da89ee
commit 021f0251e0

View File

@ -1,5 +1,9 @@
#!/usr/bin/env zsh
if [ -z "$ZSH_VERSION" ]; then
exec zsh "$0"
fi
cd "$ZSH"
# Use colors, but only if connected to a terminal