oh-my-fish/themes/jacaetevha/fish_right_prompt.fish
2013-06-06 08:57:41 -04:00

6 lines
114 B
Fish

function fish_right_prompt -d "Write out the right prompt"
set_color yellow
date
set_color normal
end