oh-my-fish/themes/will/fish_right_prompt.fish
William Rudenmalm 353db6aab5 add 'will' theme
2015-03-02 20:39:38 +01:00

6 lines
94 B
Fish

function fish_right_prompt
set_color red
printf '%s ' (prompt_pwd)
set_color normal
end