mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
7 lines
130 B
Fish
7 lines
130 B
Fish
function fish_greeting -d "What's up, fish?"
|
|
set_color $fish_color_autosuggestion
|
|
uname -nmsr
|
|
uptime
|
|
set_color normal
|
|
end
|