etc/config/fish/functions/fish_greeting.fish

7 lines
134 B
Fish
Raw Permalink Normal View History

2018-10-09 10:06:59 +00:00
function fish_greeting -d "What's up, fish?"
set_color $fish_color_autosuggestion
# uname -nmsr
# uptime
set_color normal
end