Skip to content

Commit

Permalink
[load] -Fix: replaced full block character with inverse circle so tha…
Browse files Browse the repository at this point in the history
…t the integer part of the load can be more easily read at a glance
  • Loading branch information
Juhász Péter committed Oct 19, 2013
1 parent 6c4dedf commit b101a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ create_load_indicator () {
local -a load_chars=( " " "" "" "" "" "" "" "" "" )

printf -v load_str "%${load_int}s"
load_str=${load_str// /█}
load_str=${load_str// /◙}
load_str+=${load_chars[$load_frac]}
fi
else
Expand Down

0 comments on commit b101a9a

Please sign in to comment.