Merge pull request #314 from ninadsachania/fix-typo-in-prompt

Fix typo in prompt script
This commit is contained in:
David Heinemeier Hansson
2024-10-19 00:09:42 +02:00
committed by GitHub

View File

@@ -2,6 +2,6 @@
force_color_prompt=yes
color_prompt=yes
# Simple prompt with path in the window/pane title and carat for typing line
# Simple prompt with path in the window/pane title and caret for typing line
PS1=$'\uf0a9 '
PS1="\[\e]0;\w\a\]$PS1"