fish_greeting.fish 130 B

123456
  1. function fish_greeting -d "What's up, fish?"
  2. set_color $fish_color_autosuggestion
  3. uname -nmsr
  4. uptime
  5. set_color normal
  6. end