Skip to content

Commit

Permalink
fix: Make asdf.fish compatible with Fish 3.1.2 (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Aug 14, 2023
1 parent 624604a commit e83d71e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asdf.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e83d71e

Please sign in to comment.