Commit 021f0251 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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

parent 7712da89
#!/usr/bin/env zsh
if [ -z "$ZSH_VERSION" ]; then
exec zsh "$0"
fi
cd "$ZSH"
# Use colors, but only if connected to a terminal
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment