mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: Make asdf.fish compatible with Fish 3.1.2 (#1590)
This commit is contained in:
parent
624604a862
commit
e83d71e43f
@ -18,7 +18,8 @@ end
|
|||||||
if not contains $_asdf_shims $fish_user_paths
|
if not contains $_asdf_shims $fish_user_paths
|
||||||
set --global --prepend fish_user_paths $_asdf_shims
|
set --global --prepend fish_user_paths $_asdf_shims
|
||||||
end
|
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
|
# The asdf function is a wrapper so we can export variables
|
||||||
function asdf
|
function asdf
|
||||||
|
Loading…
Reference in New Issue
Block a user