David Xia 7920006020
fix: use recommended way of updating Fish shell $PATH
fixes https://github.com/Homebrew/brew/issues/8965

See Fish docs https://fishshell.com/docs/current/tutorial.html#path.

> A faster way is to use the `fish_add_path function`... The advantage is that
> you don't have to go mucking around in files: just run this once at the
> command line, and it will affect the current session and all future instances
> too.
>
> Or you can modify `$fish_user_paths` yourself, but you should be careful not
> to append to it unconditionally in config.fish, or it will grow longer and
> longer.
2021-05-08 21:19:19 -07:00
..
2021-05-08 11:20:01 +10:00
2021-03-17 20:45:44 +00:00
2021-04-07 04:58:31 +02:00
2021-01-22 11:26:46 -08:00
2021-01-26 10:16:32 +00:00
2021-02-22 18:07:39 -08:00
2021-04-12 15:07:46 +01:00
2021-04-02 13:55:29 +01:00