mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-03 06:23:41 +08:00
6 lines
114 B
Fish
6 lines
114 B
Fish
|
function fish_right_prompt -d "Write out the right prompt"
|
||
|
set_color yellow
|
||
|
date
|
||
|
set_color normal
|
||
|
end
|