From: Adam Shamblin Date: Fri, 24 Jun 2022 03:53:11 +0000 (-0600) Subject: sigil change X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=c49d5779c9640cfb58a8203392b0127d9e07081a;p=dotfiles.git sigil change --- diff --git a/dotbash_profile b/dotbash_profile index 7a7ee47..c8e6142 100644 --- a/dotbash_profile +++ b/dotbash_profile @@ -47,7 +47,7 @@ function prompt_char { fi local GIT_BRANCH=$(git branch 2>/dev/null| sed -n '/^\*/s/^\* //p') - echo "($GIT_BRANCH) $" + echo -e "($GIT_BRANCH) \u03bb" } if [[ $THEME == "solarized" ]]; then