Skip to content

Commit

Permalink
Typo in UTF
Browse files Browse the repository at this point in the history
  • Loading branch information
sflems authored Dec 21, 2021
1 parent 93f69ed commit f0bece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piboy.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ setopt prompt_subst
add-zsh-hook precmd vcs_info

if [ $UID -eq 0 ]; then prompt_symbol=💀; else prompt_symbol=⚙; fi
PROMPT=$'┌─%B${debian_chroot:+($debian_chroot)─}%F{30}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%f%b─[%B%F{47} %T %f%b]%B %(?.%F{34}√ .%F{red}X )%f'$'\U2192'' %(#.%F{167}!%f%n%F{167}!.%F{167}%n)%f@%F{167}%m%f:%F{30}%2~%b%S'$'ue0b0''%s%f${vcs_info_msg_0_}%F{30}'$'ue0b0''%f '$'\n''└─%B%(#. ${prompt_symbol}.%F{30}${prompt_symbol})%f%b%{$reset_color%} '
PROMPT=$'┌─%B${debian_chroot:+($debian_chroot)─}%F{30}${VIRTUAL_ENV:+($(basename $VIRTUAL_ENV))}%f%b─[%B%F{47} %T %f%b]%B %(?.%F{34}√ .%F{red}X )%f'$'\U2192'' %(#.%F{167}!%f%n%F{167}!.%F{167}%n)%f@%F{167}%m%f:%F{30}%2~%b%S'$'\ue0b0''%s%f${vcs_info_msg_0_}%F{30}'$'\ue0b0''%f '$'\n''└─%B%(#. ${prompt_symbol}.%F{30}${prompt_symbol})%f%b%{$reset_color%} '
RPROMPT=
# RPROMPT=$'%(?.. %? %F{red}%B⨯%b%F{reset})%(1j. %j %F{yellow}%B⚙%b%F{reset}.)'

Expand Down

0 comments on commit f0bece1

Please sign in to comment.