Sebastian Gniazdowski
Sebastian Gniazdowski
Hey could the PR be merged? It is a simple change to make libraries found.
Thanks for merging :)
@vladdoster: I've renamed the commit adding "fix:" prefix.
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…
When will it be merged, @vladdoster ?
@vladdoster When you set prefix to the dir of the plugin then it's natural that its files get cleaned up when deleting the plugin. To obtain similar effect `zi delete`...
@vladdoster I can see that you like to install to `$PWD` (plugin dir) instead of $ZPFX. That's an interesting approach that has to be yet better recognized. For example libraries...
@vladdoster I've switched from tying with `-T` to a regular `[[ $var != *$ZPFX* ]]` check (little more sophisticated in the source), no -U flags is being set and no...
@vladdoster Here's info on `config.site`, it's a cool mechanism that makes libraries and includes found https://www.paxswill.com/autotools-trick-config-dot-site/
@vladdoster: I added in #468 `make uninstall` run to `zinit delete …` command. Basically, if the `uninstall` target is there in the `Makefile` of the removed plugin/snippet, it'll be run...