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
will immediately add (realpath ~/.foundry/bin) at the end of PATH in all fish shells (deduplicated), and will persist it across reboots (due to how universal variables work in fish) -- there is no need to modify config.fish.
The text was updated successfully, but these errors were encountered:
Component
Foundryup
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (f5c9199 2023-12-01T00:19:29.279040779Z)
What command(s) is the bug in?
No response
Operating System
Linux
Describe the bug
The foundryup installation script (https://foundry.paradigm.xyz /
foundryup/install
) modifiesconfig.fish
directly, butfish
shell provides a simpler / more idiomatic e.g. see Arch wiki way of modifying the path usingfish_add_path
. ence the following:will immediately add
(realpath ~/.foundry/bin)
at the end of PATH in all fish shells (deduplicated), and will persist it across reboots (due to how universal variables work in fish) -- there is no need to modifyconfig.fish
.The text was updated successfully, but these errors were encountered: