Update fish setup to use `source` instead of `.` (#33207)

"The use of . is deprecated in favour of source, and . will be removed in a future version of fish."

source: https://fishshell.com/docs/current/commands.html#source
pull/38355/head
Elijah Lynn 6 years ago committed by scottb
parent c62551c1b0
commit 95d40bcd0a

@ -330,7 +330,7 @@ Using Bash:
Using Fish::
$ . ./hacking/env-setup.fish
$ source ./hacking/env-setup.fish
If you want to suppress spurious warnings/errors, use::

Loading…
Cancel
Save