⚙️ Configure Your Prompt
💡 Drag and drop to reorder elements
⋮⋮
⋮⋮
⋮⋮
⋮⋮
⋮⋮
⋮⋮
⋮⋮
⋮⋮
👁️ Live Preview
Terminal
$ ls -la
total 24
drwxr-xr-x 3 user user 4096 Jan 15 10:30 .
drwxr-xr-x 15 user user 4096 Jan 15 10:25 ..
-rw-r--r-- 1 user user 220 Jan 15 10:30 .bashrc
📋 Generated PS1 Variable
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
🚀 How to Use Your Custom Prompt
- Copy the generated PS1 variable above
- Open your terminal and paste the command to test it temporarily
- To make it permanent, add it to your
~/.bashrc
or~/.bash_profile
file - Run
source ~/.bashrc
or restart your terminal to apply the changes - Enjoy your new custom bash prompt!