mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
6 lines
99 B
Fish
6 lines
99 B
Fish
|
function fish_right_prompt
|
||
|
set_color $fish_color_autosuggestion[1]
|
||
|
date
|
||
|
set_color normal
|
||
|
end
|