Update README.md

This commit is contained in:
Piping 2018-07-07 09:03:56 -07:00 committed by GitHub
parent c654cd22a9
commit 7292e4f0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Installing Zim is easy. If you have a different shell framework installed (like
if [ ! -f "$ZIM_HOME/init.zsh" ]; then
echo "Installing zim"
git clone --recursive https://github.com/zimfw/zimfw.git $ZIM_HOME
git clone https://github.com/Piping/fzf-zsh.git $ZIM_HOME/modules/fzf-zsh
cat $ZIM_HOME/templates/zlogin >> $HOME/.zlogin
source $HOME/.zlogin
fi