Skip to content

Commit 0ffee72

Browse files
bakotacojthegedus
andauthored
fix: use universal scope for fish_user_paths (#1699)
Co-authored-by: James Hegedus <[email protected]>
1 parent 19515ed commit 0ffee72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asdf.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ end
1313
# Do not use fish_add_path (added in Fish 3.2) because it
1414
# potentially changes the order of items in fish_user_paths
1515
if not contains $_asdf_bin $fish_user_paths
16-
set --global --prepend fish_user_paths $_asdf_bin
16+
set --universal --prepend fish_user_paths $_asdf_bin
1717
end
1818
if not contains $_asdf_shims $fish_user_paths
19-
set --global --prepend fish_user_paths $_asdf_shims
19+
set --universal --prepend fish_user_paths $_asdf_shims
2020
end
2121
set --erase _asdf_bin
2222
set --erase _asdf_shims

0 commit comments

Comments
 (0)