mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Fixing characters for branch and sep
This commit is contained in:
parent
732e1b7b9e
commit
ea63b670a8
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ CURRENT_BG='NONE'
|
|||
# This is defined using a Unicode escape sequence so it is unambiguously readable, regardless of
|
||||
# what font the user is viewing this source code in. Do not replace the
|
||||
# escape sequence with a single literal character.
|
||||
SEGMENT_SEPARATOR=$'\ue0b0' #
|
||||
SEGMENT_SEPARATOR='⮀'
|
||||
}
|
||||
|
||||
# Begin a segment
|
||||
|
|
@ -89,7 +89,7 @@ prompt_git() {
|
|||
local PL_BRANCH_CHAR
|
||||
() {
|
||||
local LC_ALL="" LC_CTYPE="en_US.UTF-8"
|
||||
PL_BRANCH_CHAR=$'\ue0a0' #
|
||||
PL_BRANCH_CHAR='⭠' #
|
||||
}
|
||||
local ref dirty mode repo_path
|
||||
repo_path=$(git rev-parse --git-dir 2>/dev/null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue