diff --git a/README.md b/README.md index d1bbd89..53d0b58 100644 --- a/README.md +++ b/README.md @@ -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