Move fish_right_prompt to fish_right_prompt.fish (#45)

* Remove fish_right_prompt from wrong file

* Create fish_right_prompt.fish
This commit is contained in:
Jorge Bucaran 2020-11-12 01:46:28 +09:00 committed by GitHub
parent 207ddcf772
commit 92a345916b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -13,10 +13,3 @@ function fish_prompt --description 'Created by tide configure'
_tide_right_prompt
_tide_left_prompt
end
function fish_right_prompt
printf '%s' $_tide_fish_right_prompt_display
# Right prompt is always the last thing on the line
# therefore reset colors for tab completion
set_color normal
end

View File

@ -0,0 +1,6 @@
function fish_right_prompt
printf '%s' $_tide_fish_right_prompt_display
# Right prompt is always the last thing on the line
# therefore reset colors for tab completion
set_color normal
end