Suppress or Customize Intro Message in Fish Shell

前端 未结 8 1870
我在风中等你
我在风中等你 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:41

    Found that the greeting message is set in fishd.Machine.local. To override the following to ~/.config/fish/config.fish:

    set fish_greeting
    

提交回复
热议问题