Switch final symbol to $ instead of»

This commit is contained in:
ItsDrike 2021-05-13 14:48:28 +02:00
parent 8515c5825c
commit defa6d949d
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -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"