Add the following snippet at the bottom of ~/.zshrc
file.
RPROMPT='[%D{%L:%M:%S}] '$RPROMPT
#!/bin/bash | |
# ================================ | |
# 🛡️ MySQL Backup & Restore Tool 🛡️ | |
# ------------------------------- | |
# - Configurable via CLI or file 📄 | |
# - Upload/download to/from S3 ☁️ | |
# - Super cool messages 🚀 | |
# ================================ |