zshrc: changed a timestamp message

This commit is contained in:
Marcin Woźniak 2025-01-31 00:04:25 +01:00
parent 0142999c1e
commit eb7c0490dd

View File

@ -291,7 +291,7 @@ function install_fzf() {
cd $CONFIG || err "Folder $CONFIG has been NOT found" cd $CONFIG || err "Folder $CONFIG has been NOT found"
git clone https://github.com/junegunn/fzf.git $FOLDER && timestamp "Cloning the FZF" git clone https://github.com/junegunn/fzf.git $FOLDER && timestamp "Cloning the FZF"
cd $FOLDER || err "Folder $FOLDER has been NOT found" cd $FOLDER || err "Folder $FOLDER has been NOT found"
git pull -q && timestamp "Pulling the $FOLDER configuration" git pull -q && timestamp "Pulled the $FOLDER configuration"
make install make install
fi fi
} }