Files
omarchy/default/bash/prompt
David Heinemeier Hansson 81b617ea26 Add bash configuration
2025-06-01 11:56:03 +02:00

8 lines
178 B
Plaintext

# Technicolor dreams
force_color_prompt=yes
color_prompt=yes
# Simple prompt with path in the window/pane title and caret for typing line
PS1=$'\uf0a9 '
PS1="\[\e]0;\w\a\]$PS1"