common/home/fish/functions/fish_right_prompt.fish

9 lines
106 B
Fish
Raw Normal View History

2021-01-02 23:30:57 -08:00
#!/bin/fish
function fish_right_prompt
set_color grey
printf (date '+%H:%M:%S')
set_color normal
end