Configuration Dashboard
SettingsWelcome to the interactive Bash Prompt Visualizer.
Type commands in the prompt below! Try "help", "ls", "git status", or "cowsay hello".
Generated ~/.bashrc Code Block
# Loading...
How to Apply:
- Open your terminal.
- Open your bash configuration file in an editor:
nano ~/.bashrc - Scroll to the bottom of the file and paste the copied block of code.
- Save and close the file (in nano, press
Ctrl+O,Enter, thenCtrl+X). - Apply the changes immediately by running:
source ~/.bashrc