export PS1='\[\033[38;5;39m\]\w \[\033[38;5;208m\]❯ \[\033[0m\]'

Category: Terminal Configuration

export PS1='\[\033[38;5;39m\]\w \[\033[38;5;208m\]❯ \[\033[0m\]'

Minimal modern prompt — blue path with orange arrow

Uses 256-color escape codes (38;5;N where N is 0–255). This creates a clean, minimal prompt similar to popular modern shells. The ❯ character is a Unicode arrow used by many prompt frameworks. Add this line to ~/.bashrc to make it permanent.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.