mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
use a more portable icon for todo in portable font mode
This commit is contained in:
parent
970f4fb8ff
commit
197e542a84
1 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ function _p9k_init_icons() {
|
|||
AWS_EB_ICON '\UF1BD' #
|
||||
BACKGROUND_JOBS_ICON '\uF013 ' #
|
||||
TEST_ICON '\uF188 ' #
|
||||
TODO_ICON '\uF133 ' #
|
||||
TODO_ICON '\u2611' # ☑
|
||||
BATTERY_ICON '\UF240 ' #
|
||||
DISK_ICON '\uF0A0 ' #
|
||||
OK_ICON '\uF00C ' #
|
||||
|
@ -478,7 +478,7 @@ function _p9k_init_icons() {
|
|||
AWS_EB_ICON '\U1F331' # 🌱
|
||||
BACKGROUND_JOBS_ICON '\u2699' # ⚙
|
||||
TEST_ICON ''
|
||||
TODO_ICON '\u2611' # ☑ (portable alternative: ∆)
|
||||
TODO_ICON '\u2206' # ∆
|
||||
BATTERY_ICON '\U1F50B' # 🔋
|
||||
DISK_ICON 'hdd'
|
||||
OK_ICON '\u2714' # ✔
|
||||
|
|
Loading…
Reference in a new issue