Remove defunct git stuff

This commit is contained in:
Ilan Cosman 2021-01-17 11:33:05 -08:00
parent 3a85689517
commit 8752bb5ce1
5 changed files with 6 additions and 6 deletions

View File

@ -41,7 +41,7 @@ function _tide_left_prompt
set_color -b $color
if test "$tide_left_prompt_pad_items" = 'true' -a "$item" != 'prompt_char'
printf '%s' " $output"(set_color -b $color || echo)' ' # The set_color is for git_prompt which resets the background color
printf '%s' " $output "
else
printf '%s' "$output"
end

View File

@ -64,7 +64,7 @@ function _tide_fetch_right_prompt_items
set_color -b $color
if test "$tide_right_prompt_pad_items" = 'true'
printf '%s' " $output"(set_color -b $color || echo)' ' # The set_color is for git_prompt which resets the background color
printf '%s' " $output "
else
printf '%s' "$output"
end

View File

@ -2,7 +2,7 @@ function pure_nonperm_content_location
_tide_title 'Non-permanent content location'
_tide_option 1 'Left'
set -g fake_tide_left_prompt_items 'pwd' 'git_prompt' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_left_prompt_items 'pwd' 'git' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_right_prompt_items
_tide_display_prompt
@ -14,7 +14,7 @@ function pure_nonperm_content_location
_tide_menu
switch $_tide_selected_option
case 1
set -g fake_tide_left_prompt_items 'pwd' 'git_prompt' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_left_prompt_items 'pwd' 'git' 'cmd_duration' 'newline' 'virtual_env' 'prompt_char'
set -g fake_tide_right_prompt_items
_next_choice 'all/show_time'
case 2

View File

@ -41,7 +41,7 @@ function _fake_tide_left_prompt
set_color -b $color
if test "$fake_tide_left_prompt_pad_items" = 'true' -a "$item" != 'prompt_char'
printf '%s' " $output"(set_color -b $color || echo)' ' # The set_color is for git_prompt which resets the background color
printf '%s' " $output "
else
printf '%s' "$output"
end

View File

@ -56,7 +56,7 @@ function _fake_tide_fetch_right_prompt_items
set_color -b $color
if test "$fake_tide_right_prompt_pad_items" = 'true'
printf '%s' " $output"(set_color -b $color || echo)' ' # The set_color is for git_prompt which resets the background color
printf '%s' " $output "
else
printf '%s' "$output"
end