diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-10-27 02:10:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 02:10:56 +0300 |
commit | 98729cdc4a0b6b0539606126e918a29f5d12b791 (patch) | |
tree | e9989ffc574bb9aca7875326322dd37118560a7a | |
parent | 1f88c289b521a00dc6dede7591de18860d4ce6f6 (diff) | |
parent | 3b2a2bb0cd312608626c9d4ed85e017ea998de73 (diff) |
Merge pull request #656 from ylluminarious/remove-weird-glyphs
remove weird glyphs in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -436,8 +436,8 @@ POWERLEVEL9K_HOST_TEMPLATE="%2m" By default, LOCAL hosts will show the host icon and remote hosts will show the SSH icon. You can override them by setting ``` -POWERLEVEL9K_HOST_ICON="\uF109 " # -POWERLEVEL9K_SSH_ICON="\uF489 " # +POWERLEVEL9K_HOST_ICON="\uF109 " +POWERLEVEL9K_SSH_ICON="\uF489 " ``` |