prezto icon indicating copy to clipboard operation
prezto copied to clipboard

The configuration framework for Zsh

Results 141 prezto issues
Sort by recently updated
recently updated
newest added

By default "completion" module does `unsetopt CASE_GLOB`. This completely breaks performance, see my comment on this issue: https://github.com/nix-community/home-manager/issues/2255#issuecomment-1706717448. This option is also harmful and could result in privilege escalation. Assume...

Hi guys, I'm using prezto with prompt theme `fire`. Everything is fine except the terminal can not show the current git branch. How to add this feature to the terminal?

### Description I customized the auto-suggestion acception key binding with `bindkey ',' autosuggest-accept` in my zshrc. When I pressed `,` to accept the suggestion, the syntax highlighting doesn't update. The...

### Description When tab-completing the name of a file with the `completion` module enabled, prezto sometimes pre-fills a prefix that is not universal among all options in the directory. ###...

### Description As title, after updating to latest version for the history module (using [zinit](https://github.com/zdharma-continuum/zinit), executing `history` command only shows the last command I had in my history. It was...

### Description Spelling error in Prezto tag... I assume it should be `plugin-framework` ![image](https://github.com/sorin-ionescu/prezto/assets/67432234/cafaa870-bb6d-4aa1-9a59-26abaf7a079f)

### Description I installed Prezto and setup theme but it is not loading. Tried searching through many resources but did not get it working. I'm able to see all the...

### Description Shell says command not found if it was installed recently. ### Expected behavior This shouldn't happen ### Actual behavior ``` └─❱❱❱ yarn install 130 ⏎ ─┘ Correct yarn...

``` chsh -s /bin/zsh ``` If you have used the above command, you need to use the following one to restore ``` /usr/bin/env zsh setopt extended_glob # If there are...

### Description After install everything on my MacBook Pro, I've lost HOMEBREW_PREFIX in environment variables and some tools i've lost, cause the $PATH var has been broken ### Expected behavior...