oh-my-fish/themes/bobthefish/fish_right_prompt.fish
2013-09-26 12:46:14 -07:00

6 lines
99 B
Fish

function fish_right_prompt
set_color $fish_color_autosuggestion[1]
date
set_color normal
end