From edf34c9d943dc19be374d6fb1be708341464f050 Mon Sep 17 00:00:00 2001 From: Ninad Sachania Date: Sat, 19 Oct 2024 02:35:55 +0530 Subject: [PATCH] Fix typo --- defaults/bash/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/bash/prompt b/defaults/bash/prompt index 3a52ba7..4901a58 100644 --- a/defaults/bash/prompt +++ b/defaults/bash/prompt @@ -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"