mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2025-06-13 13:03:54 +00:00
parent
16824fe3fb
commit
dafe606916
@ -664,7 +664,7 @@ function __bobthefish_prompt_aws_vault_profile -S -d 'Show AWS Vault profile'
|
|||||||
[ "$diff_mins" -lt 0 ]
|
[ "$diff_mins" -lt 0 ]
|
||||||
and set -l diff_mins 0
|
and set -l diff_mins 0
|
||||||
|
|
||||||
set -l segment $aws_vault_glyph " " $profile " (" $diff_mins "m)"
|
set -l segment $profile " (" $diff_mins "m)"
|
||||||
|
|
||||||
__bobthefish_start_segment $color_aws_vault
|
__bobthefish_start_segment $color_aws_vault
|
||||||
echo -ns $segment " "
|
echo -ns $segment " "
|
||||||
|
@ -30,9 +30,6 @@ function __bobthefish_glyphs -S -d 'Define glyphs used by bobthefish'
|
|||||||
# Kubernetes glyphs
|
# Kubernetes glyphs
|
||||||
set -x k8s_glyph \u2388 # '⎈'
|
set -x k8s_glyph \u2388 # '⎈'
|
||||||
|
|
||||||
# AWS glyphs
|
|
||||||
set -x aws_vault_glyph \u2601 # '☁'
|
|
||||||
|
|
||||||
# Vagrant glyphs
|
# Vagrant glyphs
|
||||||
set -x vagrant_running_glyph \u2191 # ↑ 'running'
|
set -x vagrant_running_glyph \u2191 # ↑ 'running'
|
||||||
set -x vagrant_poweroff_glyph \u2193 # ↓ 'poweroff'
|
set -x vagrant_poweroff_glyph \u2193 # ↓ 'poweroff'
|
||||||
|
Loading…
Reference in New Issue
Block a user