bash
Terminal Customization in Linux
We used AI while writing this content. Supported Shells Bash ✅ Zsh ✅ Fish ✅ Setup 0. Ensure you are running bash getent passwd <username> sudo chsh -s /bin/bash <username> 1. Customize your Bash prompt The Bash prompt is controlled by the PS1 environment variable. Add the following