diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index 0950c3a..15d8f8e 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -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 \ No newline at end of file diff --git a/functions/fish_right_prompt.fish b/functions/fish_right_prompt.fish new file mode 100644 index 0000000..c945bea --- /dev/null +++ b/functions/fish_right_prompt.fish @@ -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