diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-04-19 01:08:44 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2017-04-19 01:08:44 +0300 |
commit | c70bb0d4ee24d23c2c10e0c981f9236589315f9d (patch) | |
tree | 9b4b155f4d9e072b2d4ba2847d1d37b20226456c | |
parent | 54a444535a6a2e7e6294f900fd11752ff13595bb (diff) | |
parent | 01a5c6a3a10ff1fea9782607a431ac07652546dc (diff) |
Merge branch 'master' into next
-rw-r--r-- | functions/icons.zsh | 2 | ||||
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 3d99d70a..c2cdcba5 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -150,7 +150,7 @@ case $POWERLEVEL9K_MODE in SSH_ICON '(ssh)' ) ;; - 'nerdfont-fontconfig') + 'nerdfont-complete'|'nerdfont-fontconfig') # nerd-font patched (complete) font required! See # https://github.com/ryanoasis/nerd-fonts # Set the right locale to protect special characters diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index f0b06cc4..ba458fbf 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -1013,7 +1013,7 @@ prompt_status() { "$1_prompt_segment" "$0_ERROR" "$2" "$DEFAULT_COLOR" "red" "" 'FAIL_ICON' fi elif [[ "$POWERLEVEL9K_STATUS_VERBOSE" == true || "$POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE" == true ]]; then - "$1_prompt_segment" "$0_OK" "$2" "$DEFAULT_COLOR" "046" "" 'OK_ICON' + "$1_prompt_segment" "$0_OK" "$2" "$DEFAULT_COLOR" "green" "" 'OK_ICON' fi } |