zephyr
zephyr copied to clipboard
:wind_face: A Zsh framework as nice as a cool summer breeze
Local completion files are not loaded after `compinit`. I tried to load completion for `poetry` by putting it in a completion directory but that did not work. The steps to...
Hi. big fan of antidote here so I wanted to give your completions a try too. I have a few questions here 1. If I use `mattmc3/zephyr path:plugins/completion`, do I...
The `trash` function from the macOS plugin trashes link targets instead of links: ``` touch x ln -s x y trash y ``` This removes `x` (and leaves `y`). That...
The current trashing strategy doesn't work on symbolic links and I cannot find an alternative. Skipping them avoids a popup window followed by a failure when trying to trash a...
when I load completions the prompt is reset and I get the output of running "prompt" without arguments, the same zshrc works when removing that plugin. also when I run...
I have been using this framework for two months and have identified an issue related to the Homebrew plugin's cache mechanism that may confuse users. The Homebrew `shellenv` function, when...