You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. (a single period) is an alias for the source command. The use of . is deprecated in favour of source, and . will be removed in a future version of fish.
Therefore, in #91, we should have used source /path/to/env.fish instead of . /path/to/env.fish when using fish.
The text was updated successfully, but these errors were encountered:
In fish,
.
is deprecated and will be removed in the future version.https://fishshell.com/docs/current/cmds/source.html#description
Therefore, in #91, we should have used
source /path/to/env.fish
instead of. /path/to/env.fish
when using fish.The text was updated successfully, but these errors were encountered: