oh-my-fish/themes/jacaetevha/fish_right_prompt.fish
2013-06-05 12:42:51 -04:00

7 lines
137 B
Fish

function fish_right_prompt -d "Write out the right prompt"
set_color yellow
# date "+%m/%d/%y"
date
set_color normal
end