Fix locale setting for git prompt

This commit is contained in:
Tommy Harris 2021-02-22 15:35:41 -07:00
parent f9705de475
commit d76962e48c
Signed by: tobraha
GPG Key ID: 93769A4F97AE33E9
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ prompt_git() {
fi
local PL_BRANCH_CHAR
() {
local LC_ALL="" LC_CTYPE="en_US.UTF-8"
local LC_ALL="en_US.utf8" LC_CTYPE="en_US.utf8"
PL_BRANCH_CHAR=$'\ue0a0' # 
}
local ref dirty mode repo_path