mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
parent
094f10874b
commit
3c12864436
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue