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

7 lines
137 B
Fish
Raw Normal View History

2013-06-06 00:42:51 +08:00
function fish_right_prompt -d "Write out the right prompt"
set_color yellow
# date "+%m/%d/%y"
date
set_color normal
end