etc/config/fish/functions/fish_greeting.fish
2018-10-09 12:06:59 +02:00

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