Pull zim master branch

This commit is contained in:
Adam Goldsmith 2020-01-07 14:22:04 -05:00
parent ec40b3d83e
commit 39c9c98176
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -1,6 +1,6 @@
if [ ! -d "$HOME/.zim" ]
then
git clone https://github.com/zimfw/zimfw $HOME/.zim -b develop
git clone https://github.com/zimfw/zimfw $HOME/.zim
source ~/.zim/zimfw.zsh install
fi