diff --git a/defaults/bash/prompt b/defaults/bash/prompt index 2546dfb..3a52ba7 100644 --- a/defaults/bash/prompt +++ b/defaults/bash/prompt @@ -1,5 +1,7 @@ +# Technicolor dreams force_color_prompt=yes color_prompt=yes +# Simple prompt with path in the window/pane title and carat for typing line PS1=$'\uf0a9 ' PS1="\[\e]0;\w\a\]$PS1"