You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(__load_completion): don't resolve symlinks to invoked command
This might make the path we install completions for different from the
invoked path so that the completion would fail to actually load after
setup.
The final path segment might also have a different name in the resolved
symlink, and we should not install it for the resolved name, because the
target's functionality might vary based on the invocation name.
Simply replacing the final path segment with the original basename could
yield a path that does not exist, even though the original invoked one
does.
#924 (comment)
0 commit comments