Browse Source

Fix Powerline unicode characters

Branch & separator characters are updated to display properly.
master
Jacob Swartwood 10 years ago committed by Sorin Ionescu
parent
commit
925b94b6e2
  1. 4
      modules/prompt/functions/prompt_paradox_setup

4
modules/prompt/functions/prompt_paradox_setup

@ -18,7 +18,7 @@ pmodload 'helper' @@ -18,7 +18,7 @@ pmodload 'helper'
# Define variables.
_prompt_paradox_current_bg='NONE'
_prompt_paradox_segment_separator=''
_prompt_paradox_segment_separator=''
_prompt_paradox_start_time=$SECONDS
function prompt_paradox_start_segment {
@ -129,7 +129,7 @@ function prompt_paradox_setup { @@ -129,7 +129,7 @@ function prompt_paradox_setup {
zstyle ':prezto:module:git:info:added' format ' ✚'
zstyle ':prezto:module:git:info:ahead' format ' ⬆'
zstyle ':prezto:module:git:info:behind' format ' ⬇'
zstyle ':prezto:module:git:info:branch' format ' %b'
zstyle ':prezto:module:git:info:branch' format ' %b'
zstyle ':prezto:module:git:info:commit' format '➦ %.7c'
zstyle ':prezto:module:git:info:deleted' format ' ✖'
zstyle ':prezto:module:git:info:dirty' format ' ⁝'

Loading…
Cancel
Save