From defa6d949d3a21a2754988b97fb5dc0aaa70e3bc Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 13 May 2021 14:48:28 +0200 Subject: [PATCH] =?UTF-8?q?Switch=20final=20symbol=20to=20$=20instead=20of?= =?UTF-8?q?=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/sh/theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/sh/theme b/home/.config/sh/theme index 0e7b04c..a67cdf5 100755 --- a/home/.config/sh/theme +++ b/home/.config/sh/theme @@ -71,7 +71,7 @@ setopt promptsubst # enable command substitution in prompt PS1+="$(foreign_prompt)" PS1+="$(working_directory)" PS1+="\$(git_prompt)" -PS1+=" $PURPLE%(!.#.»)$RESET " # Final symbol (# or ») +PS1+=" $PURPLE%(!.#.$)$RESET " # Final symbol (# or $/») # Next line prompt PS2="$RED\ $RESET"