Skip to content

Commit

Permalink
Fix Powerline unicode characters
Browse files Browse the repository at this point in the history
Branch & separator characters are updated to display properly.
  • Loading branch information
jswartwood authored and sorin-ionescu committed Dec 8, 2014
1 parent c171621 commit 925b94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/prompt/functions/prompt_paradox_setup
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 ' ⁝'
Expand Down

0 comments on commit 925b94b

Please sign in to comment.