etc/config/fish/functions/fish_greeting.fish

7 lines
134 B
Fish

function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
# uname -nmsr
# uptime
set_color normal
end