diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-04-02 10:54:40 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-04-02 10:54:40 +0300 |
commit | 4ad84c0936cde7549e46d85a05d3586946a28fef (patch) | |
tree | 78e3b50390d2e3d68b6d65653d0f51810da22f5b /powerlevel9k.zsh-theme | |
parent | 94af6aae4335a01b522cc1379d6e1ff96025e3fb (diff) |
Improved correction factor, so that the ratio is a nice percentage.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r-- | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 92efcaee..b13b2159 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -333,7 +333,7 @@ prompt_symfony2_tests() { # Show a ratio of tests vs code build_test_stats() { local code_amount=$2 - local tests_amount=$3+0.01 + local tests_amount=$3+0.00001 local headline=$4 # Set float precision to 2 digits: |