mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
7 lines
111 B
Fish
7 lines
111 B
Fish
|
function fish_greeting
|
||
|
set_color $fish_color_autosuggestion[1]
|
||
|
uname -npsr
|
||
|
uptime
|
||
|
set_color normal
|
||
|
end
|