From c3f80fc4e49beb9558a8822947b04f6a0ac4b031 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 1 Jun 2024 01:40:23 +0300 Subject: [PATCH] do not show gcloud in tide prompt --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index a15ddac..8a5f083 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -278,7 +278,7 @@ fi new_line "Configuring tide prompt for fish" fish -c "tide configure --auto --style=Classic --prompt_colors='True color' --classic_prompt_color=Dark --show_time='24-hour format' --classic_prompt_separators=Slanted --powerline_prompt_heads=Slanted --powerline_prompt_tails=Round --powerline_prompt_style='Two lines, frame' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_connection_andor_frame_color=Darkest --prompt_spacing=Sparse --icons='Few icons' --transient=No" >/dev/null fish -c "set -Ux tide_context_always_display true" - +fish -c "set -e tide_right_prompt_items[14]" new_line "Change default shell to fish for user $USER"