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/4420/head
Elijah Lynn 2018-04-05 11:51:55 -07:00 committed by scottb
parent c62551c1b0
commit 95d40bcd0a
1 changed files with 1 additions and 1 deletions

View File

@ -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::