mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 09:44:15 +08:00
7 lines
133 B
Fish
7 lines
133 B
Fish
![]() |
function fish_greeting -d "what's up, fish?"
|
||
|
set_color $fish_color_autosuggestion[1]
|
||
|
uname -npsr
|
||
|
uptime
|
||
|
set_color normal
|
||
|
end
|