Suppress or Customize Intro Message in Fish Shell

前端 未结 8 1860
我在风中等你
我在风中等你 2020-12-23 00:32

Is it possible to remove the intro message in fish shell:

Welcome to fish, the friendly interactive shell

Type help for instructions on how to use

8条回答
  •  天涯浪人
    2020-12-23 00:37

    Create your fish_greeting function. I just have

    function fish_greeting                                             13:23:39
        echo 'Hello'
    end 
    

    and save it with

    funcsave fish_greeting
    

提交回复
热议问题