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-04-09 15:44:37 +01:00
2021-04-21 21:12:27 +09:00
2021-04-16 14:05:06 +01:00
2021-04-22 13:57:28 +01:00
2021-04-17 09:53:15 +02:00
2021-04-21 20:51:50 +09:00
2021-05-05 22:59:24 +01:00
2021-04-16 14:05:06 +01:00