diff --git a/functions/_tide_item_aws_vault.fish b/functions/_tide_item_aws_vault.fish index 901b9a1..31d757f 100644 --- a/functions/_tide_item_aws_vault.fish +++ b/functions/_tide_item_aws_vault.fish @@ -1,5 +1,5 @@ function _tide_item_aws_vault if test -n "$AWS_VAULT" - _tide_print_item aws_vault $tide_aws_vault_icon' ' "$AWS_VAULT" + _tide_print_item aws_vault $tide_aws_vault_icon' ' "$AWS_VAULT" end end