docs: fix double space in example fish_greeting

Closes #10176
This commit is contained in:
Johannes Altmanninger 2024-01-06 15:24:50 +01:00
parent 094f10874b
commit 3c12864436

View file

@ -41,5 +41,5 @@ A simple greeting:
function fish_greeting
echo Hello friend!
echo The time is (set_color yellow; date +%T; set_color normal) and this machine is called $hostname
echo The time is (set_color yellow)(date +%T)(set_color normal) and this machine is called $hostname
end