henriquehbr
henriquehbr
### Bug Change the `branch` of one plugin, run `:PaqSync` and the plugin stays the same ### Workaround Comment the plugin (with the `branch` property), run `:PaqSync` in order to...
I've been experimenting with the possibility of including the absolute latest commit into the changelog, by running `git-cliff` through Docker on a `post-commit` Git hook like below: ```bash docker run...
I'm working on a simple file manager based on skim, but whenever i try to navigate across directories, there's a stubborn flash that slightly reveals zsh prompt for a few...
I'm running the following command: ```bash selected=$(sk \ -c "fd -H --prune --color=always . $PWD" \ --reverse \ --ansi \ --delimiter / \ --with-nth=-1) echo "$selected" ``` When selected is...