fix: Make asdf.fish compatible with Fish 3.1.2 (#1590)

This commit is contained in:
Edwin Kofler 2023-08-14 09:34:51 -07:00 committed by GitHub
parent 624604a862
commit e83d71e43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ end
if not contains $_asdf_shims $fish_user_paths
set --global --prepend fish_user_paths $_asdf_shims
end
set --erase _asdf_bin _asdf_shims
set --erase _asdf_bin
set --erase _asdf_shims
# The asdf function is a wrapper so we can export variables
function asdf