diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-12-17 20:17:06 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-12-17 20:17:06 +0300 |
commit | b738ba900c5cc4cf5fd116e775062172c72466df (patch) | |
tree | 101fb02b4f12bce83a016df37721706a2d6efc92 /powerlevel9k.zsh-theme | |
parent | bd5955221ed2b200853fe8da1aa2ba3b0dc4c5f3 (diff) |
Added the "visual identifiers" concept to the `ram` segment.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index df11bb5d..b3927158 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -520,7 +520,7 @@ prompt_ram() { base=K fi - rendition+="$(print_icon 'RAM_ICON') $(printSizeHumanReadable "$ramfree" $base) " + rendition+="$(printSizeHumanReadable "$ramfree" $base) " ;; swap_used) if [[ "$OS" == "OSX" ]]; then @@ -543,7 +543,7 @@ prompt_ram() { esac done - "$1_prompt_segment" "$0" "yellow" "$DEFAULT_COLOR" "${rendition% }" + "$1_prompt_segment" "$0" "yellow" "$DEFAULT_COLOR" "${rendition% }" 'RAM_ICON' } # Node version from NVM |