From fa8e05dbfb7090da229ff54bfeb78cd06cec04b8 Mon Sep 17 00:00:00 2001 From: Sebastian Noe Date: Thu, 5 Oct 2023 09:01:52 +0200 Subject: [PATCH] add new aws profile setting to prompt option list --- functions/fish_prompt.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index 8197b80..99b907a 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -31,6 +31,7 @@ # set -g theme_display_k8s_context yes # set -g theme_display_k8s_namespace no # set -g theme_display_aws_vault_profile yes +# set -g theme_display_aws_profile yes # set -g theme_display_hg yes # set -g theme_display_virtualenv no # set -g theme_display_nix no