We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19515ed commit 0ffee72Copy full SHA for 0ffee72
asdf.fish
@@ -13,10 +13,10 @@ end
13
# Do not use fish_add_path (added in Fish 3.2) because it
14
# potentially changes the order of items in fish_user_paths
15
if not contains $_asdf_bin $fish_user_paths
16
- set --global --prepend fish_user_paths $_asdf_bin
+ set --universal --prepend fish_user_paths $_asdf_bin
17
end
18
if not contains $_asdf_shims $fish_user_paths
19
- set --global --prepend fish_user_paths $_asdf_shims
+ set --universal --prepend fish_user_paths $_asdf_shims
20
21
set --erase _asdf_bin
22
set --erase _asdf_shims
0 commit comments