@@ -1,3 +1,5 @@
function fish_right_prompt --description 'Write out the prompt on the right'
- # nothing for now
+ set_color white
+ date '+%T'
+ set_color normal
end