summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2017-07-13 07:42:15 +0300
committerChristian Höltje <docwhat@gerf.org>2017-07-13 07:42:15 +0300
commit8626d07d60e8c52f79899d406d1d74f9eb3f407a (patch)
tree2c2359973792a727f452321abd243f0f0d17eb64 /functions
parent40a12d388fa7fbb73e912cedc0a6c272ede64860 (diff)
parent82f319d1fbe25fe450d0851a5556545a11d9502d (diff)
Merge remote-tracking branch 'origin/master' into pr/merge-master
Diffstat (limited to 'functions')
-rw-r--r--functions/icons.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/icons.zsh b/functions/icons.zsh
index ea9d959b..93f3c3b5 100644
--- a/functions/icons.zsh
+++ b/functions/icons.zsh
@@ -80,6 +80,7 @@ case $POWERLEVEL9K_MODE in
RUST_ICON ''
PYTHON_ICON $'\U1F40D' # 🐍
SWIFT_ICON ''
+ GO_ICON ''
PUBLIC_IP_ICON ''
LOCK_ICON $'\UE138' # 
EXECUTION_TIME_ICON $'\UE89C' # 
@@ -150,6 +151,7 @@ case $POWERLEVEL9K_MODE in
RUST_ICON $'\uE6A8' # 
PYTHON_ICON $'\U1F40D' # 🐍
SWIFT_ICON ''
+ GO_ICON ''
PUBLIC_IP_ICON ''
LOCK_ICON $'\UE138' # 
EXECUTION_TIME_ICON $'\uF253'
@@ -220,6 +222,7 @@ case $POWERLEVEL9K_MODE in
RUST_ICON $'\uE7A8 ' # 
PYTHON_ICON $'\UE73C ' # 
SWIFT_ICON $'\uE755' # 
+ GO_ICON $'\uE626' # 
PUBLIC_IP_ICON $'\UF0AC' # 
LOCK_ICON $'\UF023' # 
EXECUTION_TIME_ICON $'\uF252' # 
@@ -290,6 +293,7 @@ case $POWERLEVEL9K_MODE in
RUST_ICON ''
PYTHON_ICON ''
SWIFT_ICON 'Swift'
+ GO_ICON 'Go'
PUBLIC_IP_ICON ''
LOCK_ICON $'\UE0A2'
EXECUTION_TIME_ICON 'Dur'