I don't think that ever worked (or at least it wasn't intended to work). To
suppress the greeting you either need to define the variable with no
elements or create an empty function. That is, do one of the following in
your config.fish:

set fish_greeting
function fish_greeting
end

On Mon, Jun 12, 2017 at 2:14 PM, Michael Stillwell <m...@beebo.org> wrote:

> I recently upgraded from fish 2.5 to 2.6 (via homebrew), and for some
> reason the "Welcome to fish, the friendly interactive shell" message came
> back on OS X. I can't figure out what's causing this: my fish.config
> includes the line
>
> set --erase fish_greeting
>
> and type fish_greeting also maintains it doesn't exist:
>
> $ type fish_greeting
> type: Could not find 'fish_greeting'
>
> It also doesn't seem to be a function:
>
> $ functions -D fish_greeting
> n/a
>
>
>
>
> Michael
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Fish-users mailing list
> Fish-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fish-users
>
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to