Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move fish_right_prompt to fish_right_prompt.fish #45

Merged
merged 2 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions functions/fish_prompt.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions functions/fish_right_prompt.fish
Original file line number Diff line number Diff line change
@@ -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