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

Hello, First I'd like to say this is not an issue and just a question on how to/if an advanced technique is possible to do. I'm currently looking to modify...

Actually to update prezto I have to execute this: `git pull && git submodule update --init --recursive` in `$HOME.zprezto` but the configuration files like `.zshrc`, `.zpreztorc`,... point to that folder...

Discussion

https://github.com/zdharma/fast-syntax-highlighting

### Description `PATH_DIRS` can make completion very slow depending on your `PATH` (>10s). It is instant without it, and the `PATH_DIRS` feature doesn't seem *so* great. I observed this for...

### Description I am trying to disable the completion menu - but it appears anyway. ![Screen Shot 2021-03-22 at 04 05 18](https://user-images.githubusercontent.com/13697/111935527-f21a5580-8ac3-11eb-94da-e1709d09b5dd.png) The main reason I want to disable the...

It seems like fasd is no longer maintained, as last commit was 2 years ago. Would it be possible to readd z? (which is actively maintained)

Revision

Hello, I would suggest to have `disable r` as a default in configuration. Some reasons for this: - `r` makes it easy to accidentally re-run not idempotent or even potentially...

### Description When I enabled [syntax-highlighting](https://github.com/sorin-ionescu/prezto/tree/master/modules/syntax-highlighting) module with all highlighters as described [here](https://github.com/sorin-ionescu/prezto/tree/master/modules/syntax-highlighting) the colours of commands are inverted. I got background green and foreground black for example on correct...

### Description After resent update (ff91c8d4), when I open a new shell, I recieve this error: ```shell ~/.zprezto/modules/completion/init.zsh:37: parse error near `]]' ``` ### Expected behavior I expect no errors...

Fixes #1681, #1164 Proposed Changes - gpg module: Use `gpgconf` to get gpg-agent path instead of using environment variables and a fixed path by default, which is more compatible. For...