Skip to content

Commit

Permalink
Fix status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
egorlem committed Nov 1, 2020
1 parent 37e3be7 commit e0d6327
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guezwhoz.zsh-theme
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# guezwhoz zsh theme v1.0.1 - https://github.com/guesswhozzz/guezwhoz-zshell
# guezwhoz zsh theme v1.0.2 - https://github.com/guesswhozzz/guezwhoz-zshell

autoload -Uz vcs_info
RST="\e[0m" # RESET COLOR
Expand All @@ -16,11 +16,11 @@ DT="\u22c5" #DOT ⋅

HASH="%F{151}%6.6i%f %F{236}${ARROW}%f "
ACTION="%F{238}%a %f%F{236}${ARROW}%f"
BADGE="%F{238} 𝗈𝗇%f%F{236}${ARROW}%f"
BADGE="%F{238}${DT}𝗈𝗇 %f%F{236}${ARROW}%f"
BRANCH="%F{85}%b%f"
UNTRACKED="%F{74}${DT}𝗎𝗍${ARROW}%f"
UNSTAGED="%F{80}${DT}𝗆 ${ARROW}%f"
STAGED="%F{115}${DT}𝖺${ARROW}%f"
UNTRACKED="%F{74}${DT}U ${ARROW}%f"
UNSTAGED="%F{80}${DT}M ${ARROW}%f"
STAGED="%F{115}${DT}A ${ARROW}%f"

zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:git*:*' get-revision true
Expand Down

0 comments on commit e0d6327

Please sign in to comment.