zsh-snap
zsh-snap copied to clipboard
⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos
## Describe the bug When I add this line in my `.zshrc` ``` znap eval zoxide 'zoxide init zsh --cmd cd' ``` `znap status` gives the following errors: ``` ~...
## What do you want? I want to be able to specify a particular git commit of a plugin to install using `zsh-snap`. ## Why do you want this? Sometimes...
## What do you want? znap install manages both the executable and completions, and I thought it would be nice if I could _just_ install the completions, such as if...
Everything is working perfectly fine. just when using `znap pull` i am getting this error ```log znap pull zoxide: no match found fatal: cannot change to 'znap': No such...
Fixes #283 Before submitting your Pull Request (PR), please check the following: * [x] There is no other PR (open or closed) similar to yours. If there is, please first...
## Describe the bug znap pull fails when a plugin repo has a default branch that has '/' in its name. ## Steps To Reproduce ```zsh 1. znap source 'ealap/zsh-abbr'...
Before submitting your Pull Request (PR), please check the following: * [x] There is no other PR (open or closed) similar to yours. If there is, please first discuss over...
## Describe the bug what I inserted to .zshrc: ```shell # Download Znap, if it's not there yet. [[ -r ~/znap_repos/znap/znap.zsh ]] || git clone --depth 1 -- \ https://github.com/marlonrichert/zsh-snap.git...
Similar to: https://github.com/marlonrichert/zsh-snap/pull/277 but I've applied the same fix for the pull and eval commands. Fixes https://github.com/ajeetdsouza/zoxide/issues/729
znap uses the `cd` command inside `znap status`, which can cause problems with setups on which the `cd` command has been overridden - for example, with [zoxide](https://github.com/ajeetdsouza/zoxide). Using `builtin cd`...