mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2025-06-13 13:03:54 +00:00
fix Condition
This commit is contained in:
parent
3a743797cd
commit
a801ad1610
@ -512,7 +512,7 @@ function __bobthefish_prompt_aws_account_id -S -d 'Display AWS AccountId'
|
||||
function get-account-auto -S --on-variable AWS_ACCESS_KEY_ID
|
||||
set -x AWS_ACCOUNT_ID (aws sts get-caller-identity --output text --query "Account")
|
||||
end
|
||||
[ "$theme_display_aws_account_id" = 'yes' -a -n "$AWS_ACCOUNT_ID" ]; or return
|
||||
[ "$theme_display_aws_account_id" = 'no' -o -n "$AWS_ACCOUNT_ID" ]; or return
|
||||
__bobthefish_start_segment $color_aws_id
|
||||
echo -ns $AWS_ACCOUNT_ID ' '
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user