Add bash configuration

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:56:03 +02:00
parent 9d36e5418b
commit 81b617ea26
9 changed files with 194 additions and 0 deletions

7
default/bash/prompt Normal file
View File

@ -0,0 +1,7 @@
# 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"