diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-02-14 01:11:53 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-02-14 01:17:04 +0300 |
commit | 04e75a683d442e8662b09202978504a372c0b2a5 (patch) | |
tree | 6d3ca8403393e5f44dd15552887deb7ef67fcd48 /functions/icons.zsh | |
parent | 7e5bef14d76029df4474ad8cc5e3d9582fdffcd8 (diff) |
Reworked `command_execution_time` segment
- Add a visual identifier
- Fix a bug that the time was not reset
- Make calculation independent of segment (thx @rjorgenson)
Diffstat (limited to 'functions/icons.zsh')
-rw-r--r-- | functions/icons.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh index 44d99095..d8232f07 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -79,6 +79,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # + EXECUTION_TIME_ICON $'\UE89C' # ) ;; 'awesome-fontconfig') @@ -140,6 +141,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # + EXECUTION_TIME_ICON $'\uF253' ) ;; *) @@ -201,6 +203,7 @@ case $POWERLEVEL9K_MODE in SWIFT_ICON 'Swift' PUBLIC_IP_ICON '' LOCK_ICON $'\UE0A2' + EXECUTION_TIME_ICON 'Dur' ) ;; esac |