Let people own their own basic configs

Just call for defaults, then overwrite
This commit is contained in:
David Heinemeier Hansson
2024-05-27 09:01:23 -07:00
parent 730a1c86ae
commit 8dc16ca981
10 changed files with 73 additions and 91 deletions

5
defaults/bash/prompt Normal file
View File

@ -0,0 +1,5 @@
force_color_prompt=yes
color_prompt=yes
PS1=$'\uf0a9 '
PS1="\[\e]0;\w\a\]$PS1"