oh-my-fish/themes/will/fish_right_prompt.fish

6 lines
94 B
Fish
Raw Normal View History

2015-03-03 03:38:09 +08:00
function fish_right_prompt
set_color red
printf '%s ' (prompt_pwd)
set_color normal
end