1
0
This commit is contained in:
Jeff Lance 2024-01-06 21:57:20 +01:00
parent f2118b605e
commit 2f76e9a436

View File

@ -3,7 +3,7 @@
ZIMDIR=${HOME}/.zim
echo "Installing Zim Framework"
$(which zsh) ${ZIMDIR}/zimfw.zsh install
$(which zsh) -c "source ${ZIMDIR}/zimfw.zsh init -q"
exit 0