diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-06-22 13:06:24 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-06-22 13:06:42 +0300 |
commit | cf67cad46557d57d5d2399e6d893c317126e037c (patch) | |
tree | 30aa550c063e043ba1b2444762ddf72a17f7d656 /config/p10k-lean.zsh | |
parent | 0c197ed4a51e10ed613e48a080f23b1ee7968006 (diff) |
fix the UNICODE code point for powerline "branch" icon in comments (#1911)
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 32588071..6b14d3d4 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -335,7 +335,7 @@ # typeset -g POWERLEVEL9K_DIR_PREFIX='%fin ' #####################################[ vcs: git status ]###################################### - # Branch icon. Set this parameter to '\uF126 ' for the popular Powerline branch icon. + # Branch icon. Set this parameter to '\UE0A0 ' for the popular Powerline branch icon. typeset -g POWERLEVEL9K_VCS_BRANCH_ICON= # Untracked files icon. It's really a question mark, your font isn't broken. |