aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2018-01-24 22:21:01 +0300
committerGitHub <noreply@github.com>2018-01-24 22:21:01 +0300
commit8090d13962dd3f8b3341f39314503477ce582bf9 (patch)
treed15c2194e183a2db01b041a658754871db615704 /functions
parent6e9b89206f13dc560188c5636b3fcd7aa4c25f8d (diff)
parent289df8a781e2f0d6690ebf6181673ea285f7b27b (diff)
Merge pull request #717 from onaforeignshore/date_segment
Added `prompt_date` and fixed segment comments
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index 6ec07379..e642da00 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -88,6 +88,8 @@ case $POWERLEVEL9K_MODE in
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
DROPBOX_ICON $'\UF16B' # 
+ DATE_ICON $'\uE184' # 
+ TIME_ICON $'\uE12E' # 
)
;;
'awesome-fontconfig')
@@ -160,6 +162,8 @@ case $POWERLEVEL9K_MODE in
VPN_ICON $'\uF023'
KUBERNETES_ICON $'\U2388' # ⎈
DROPBOX_ICON $'\UF16B' # 
+ DATE_ICON $'\uF073 ' # 
+ TIME_ICON $'\uF017 ' # 
)
;;
'awesome-mapped-fontconfig')
@@ -237,6 +241,8 @@ case $POWERLEVEL9K_MODE in
VPN_ICON '\u'$CODEPOINT_OF_AWESOME_LOCK
KUBERNETES_ICON $'\U2388' # ⎈
DROPBOX_ICON '\u'$CODEPOINT_OF_AWESOME_DROPBOX # 
+ DATE_ICON $'\uF073 ' # 
+ TIME_ICON $'\uF017 ' # 
)
;;
'nerdfont-complete'|'nerdfont-fontconfig')
@@ -309,6 +315,8 @@ case $POWERLEVEL9K_MODE in
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
DROPBOX_ICON $'\UF16B' # 
+ DATE_ICON $'\uF073 ' # 
+ TIME_ICON $'\uF017 ' # 
)
;;
*)
@@ -381,6 +389,8 @@ case $POWERLEVEL9K_MODE in
VPN_ICON '(vpn)'
KUBERNETES_ICON $'\U2388' # ⎈
DROPBOX_ICON 'Dropbox'
+ DATE_ICON ''
+ TIME_ICON ''
)
;;
esac