mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-10 14:24:39 +03:00
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:
parent
207ddcf772
commit
92a345916b
@ -13,10 +13,3 @@ function fish_prompt --description 'Created by tide configure'
|
|||||||
_tide_right_prompt
|
_tide_right_prompt
|
||||||
_tide_left_prompt
|
_tide_left_prompt
|
||||||
end
|
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
|
|
6
functions/fish_right_prompt.fish
Normal file
6
functions/fish_right_prompt.fish
Normal 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
|
Loading…
Reference in New Issue
Block a user