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
This commit is contained in:
parent
c62551c1b0
commit
95d40bcd0a
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ Using Bash:
|
||||||
|
|
||||||
Using Fish::
|
Using Fish::
|
||||||
|
|
||||||
$ . ./hacking/env-setup.fish
|
$ source ./hacking/env-setup.fish
|
||||||
|
|
||||||
If you want to suppress spurious warnings/errors, use::
|
If you want to suppress spurious warnings/errors, use::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue