diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-27 11:41:11 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-27 11:41:11 +0300 |
commit | e7520409d117e454d9a688c8e403d5fedf55993c (patch) | |
tree | 78364d08821b4e4c01feded764663540fc4a8b80 /internal/icons.zsh | |
parent | dfe6a86eb3341d407cc2723606dfc9a0de02236c (diff) |
use more conservative glyphs in 'compatible' and 'powerline' mode
See #265.
Diffstat (limited to 'internal/icons.zsh')
-rw-r--r-- | internal/icons.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/icons.zsh b/internal/icons.zsh index 06f65e05..b1c1d4c1 100644 --- a/internal/icons.zsh +++ b/internal/icons.zsh @@ -446,7 +446,7 @@ function _p9k_init_icons() { AWS_EB_ICON '\U1F331' # 🌱 BACKGROUND_JOBS_ICON '\u2699' # ⚙ TEST_ICON '' - TODO_ICON '\u2611' # ☑ + TODO_ICON '\u2611' # ☑ (portable alternatives: ▼ ∆) BATTERY_ICON '\U1F50B' # 🔋 DISK_ICON 'hdd' OK_ICON '\u2714' # ✔ |