Put this in your config.fish (or eg. .config/fish/functions/fish_right_prompt.fish):
function fish_right_prompt
#intentionally left blank
end
By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.
Put this in your
config.fish
(or eg..config/fish/functions/fish_right_prompt.fish
):By putting stuff in this function you can also customize that part of the prompt however you want to. Whatever is returned by this function becomes the prompt.