From e83d71e43f525453994eb4cfda8ad66f8b914529 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Mon, 14 Aug 2023 09:34:51 -0700 Subject: [PATCH] fix: Make asdf.fish compatible with Fish 3.1.2 (#1590) --- asdf.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asdf.fish b/asdf.fish index 6f83cca73..2554ab5b2 100644 --- a/asdf.fish +++ b/asdf.fish @@ -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