etc/config/fish/functions/fish_greeting.fish

7 lines
134 B
Fish
Raw Normal View History

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