From ad308ed1c4aab3d38dd2d86adf11318cb76cb76b Mon Sep 17 00:00:00 2001 From: wiebel Date: Tue, 31 Jan 2023 12:23:30 +0100 Subject: [PATCH] fix --- featuredPS1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/featuredPS1.sh b/featuredPS1.sh index c8d44f4..c99be9d 100644 --- a/featuredPS1.sh +++ b/featuredPS1.sh @@ -202,7 +202,7 @@ else PS1dir='\[$(ps1_pre_color)\]$(ps1_pre)\[$(ps1_dir_color)\]$(ps1_dir $(ps1_pre))' # shellcheck disable=SC2016 PS1git='$(__git_ps1 " (%s)")' - export PS1="${PS1pre}${PS1U}${PS1H} ${PS1dir}\[${ON_COLOR}\]${PS1git} ${PS1ret}${PS1P}" + export PS1="${PS1pre}${PS1U}${PS1H} ${PS1dir}${ON_COLOR}${PS1git} ${PS1ret}${PS1P}" fi fi