4 lines
101 B
Fish
Executable file
4 lines
101 B
Fish
Executable file
function fish_greeting
|
|
echo (set_color yellow)(date +%T)(set_color normal) on $hostname
|
|
|
|
end
|