You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome,love it. Here is my setting:
fisher install 0rax/fishline
function fish_prompt
fishline -s $status FULLPWD N ARROW
end
funcsave fish_prompt
function fish_right_prompt
fishline -s 0 -r GIT USERHOST
end
funcsave fish_right_prompt
set FLCLR_FULLPWD_BG brcyan
`
But the left powerline is line one, then my prompt on line 2, then right is on line 2 as well. How do I get right to be on line 1?
The text was updated successfully, but these errors were encountered:
Awesome,
love it. Here is my setting:
fisher install 0rax/fishline
function fish_prompt
fishline -s $status FULLPWD N ARROW
end
funcsave fish_prompt
function fish_right_prompt
fishline -s 0 -r GIT USERHOST
end
funcsave fish_right_prompt
set FLCLR_FULLPWD_BG brcyan
`
But the left powerline is line one, then my prompt on line 2, then right is on line 2 as well. How do I get right to be on line 1?
The text was updated successfully, but these errors were encountered: