mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Remove defunct git stuff
This commit is contained in:
parent
3a85689517
commit
8752bb5ce1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user