diff options
author | Jason Hutchinson <jhutchinson@wehco.com> | 2017-05-26 00:38:14 +0300 |
---|---|---|
committer | Jason Hutchinson <jhutchinson@wehco.com> | 2017-05-26 00:38:14 +0300 |
commit | 99c9ba936709f6fccb2da6630e0a40de00d85af4 (patch) | |
tree | 3d9fc07b04659bce39e120ebe7163f41aa0948c9 /functions/icons.zsh | |
parent | b63bf001131a3fd295365f300d508ff2401fa9a7 (diff) |
add Gopher icon to go_version segment
Diffstat (limited to 'functions/icons.zsh')
-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 c2cdcba5..5e719be1 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -78,6 +78,7 @@ case $POWERLEVEL9K_MODE in RUST_ICON '' PYTHON_ICON $'\U1F40D' # 🐍 SWIFT_ICON '' + GO_ICON '' PUBLIC_IP_ICON '' LOCK_ICON $'\UE138' # EXECUTION_TIME_ICON $'\UE89C' # @@ -144,6 +145,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' @@ -210,6 +212,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' # @@ -276,6 +279,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' |