zpm
zpm copied to clipboard
Zpm— Zsh Plugin Manager
**Describe the bug** Error after installing zpm to macOS `.zshrc` ```bash $ (anon):26: redirection with no command (anon):24: no matches found: /Users/joao.zaniolo/.zpm/plugins/zpm-zsh---material-colors/dircolors/*.dircolors $ [3] exit 1 for file in "${_DIRNAME}/dircolors/"*.dircolors;...
**Describe the bug** The shell continues being the default zsh shell after installing everything **To Reproduce** `zpm clean; rm -rf zpm` ```bash #!/usr/bin/env zsh source ~/.zpm/zpm.zsh 2>/dev/null || { git...
when adding `zpm load @github/zsh-users/zsh-syntax-highlighting,source:zsh-syntax-highlighting.zsh` to the .zshrc I get this error: ``` (anon):43: no such file or directory: /home/jonas/.version (anon):44: no such file or directory: /home/jonas/.revision-hash zsh-syntax-highlighting: highlighters directory...
**Describe the bug** I'm not knowledgeable enough about Zsh and Git to understand why this occurs. For some reasons, using `setopt GLOB_DOTS` causes two of my plug-ins to fail to...
**To Reproduce** Minimal `.zshrc`: ```zsh if [[ ! -f ~/.zpm/zpm.zsh ]]; then git clone --recursive https://github.com/zpm-zsh/zpm ~/.zpm fi source ~/.zpm/zpm.zsh zpm load romkatv/powerlevel10k ``` 1. Quit immediately the initial `powerlevel10k`...
**Describe the bug** Using `marks` to list bookmarks doesn't work. **To Reproduce** - Add a couple of entries with `mark`. - Call `marks` **Expected behavior** Listing of any bookmarks I...