diff options
author | Christian Höltje <docwhat@gerf.org> | 2017-07-13 07:42:15 +0300 |
---|---|---|
committer | Christian Höltje <docwhat@gerf.org> | 2017-07-13 07:42:15 +0300 |
commit | 8626d07d60e8c52f79899d406d1d74f9eb3f407a (patch) | |
tree | 2c2359973792a727f452321abd243f0f0d17eb64 /functions | |
parent | 40a12d388fa7fbb73e912cedc0a6c272ede64860 (diff) | |
parent | 82f319d1fbe25fe450d0851a5556545a11d9502d (diff) |
Merge remote-tracking branch 'origin/master' into pr/merge-master
Diffstat (limited to 'functions')
-rw-r--r-- | functions/icons.zsh | 4 |
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' |