zdharma-continuum / zinit

🌻 Flexible and fast ZSH plugin manager
MIT License
2.89k stars 124 forks source link

Remove %BIN_DIR fake plugin entry from `zinit times` output. #434

Open psprint opened 1 year ago

psprint commented 1 year ago

Description

The fake %$ZINIT[BIN_DIR] plugin shouldn't be shown in zinit times output.

Motivation and Context

The fake null plugin is used to autoload a function from BIN_DIR zinit directory, it shouldn't be listed.

Related Issue(s)

426

How Has This Been Tested?

It is a straightforward change, however I've tested it via zinit times and everything was OK.

Types of changes

Checklist:

psprint commented 1 year ago

@vladdoster: I've renamed the commit adding "fix:" prefix.

psprint commented 1 year ago

Is anything wrong with PR? It's quite important to get this active as the fake absolute path plugin may be confusing users and is not nice to leave there dangling…