Files
omarchy/default/bash/prompt

8 lines
178 B
Plaintext
Raw Permalink Normal View History

2025-06-01 11:56:03 +02:00
# 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"