prezto
prezto copied to clipboard
The configuration framework for Zsh
### Description First of all I am not using prezto, but as long as I am a zsh user I would like to give my contribution to this amazing project...
amuing master branch adding this line in .zshrc or zpreztorc or inside of completation module zstyle ':completion:*' rehash true even whit that isn't showing new commands recently installed
### Description The standard prezto bindkey for editing the command line in Vim is `ctrl-X ctrl-E`. I wish to change this to `ctrl-X ctrl-X` and have added this lines to...
### Description If I want to delete `branch` which exists on a remote `origin`, and I type `git push -d origin bran...` and press Tab, autocomplete suggests `origin/branch`. ### Expected...
### Description I have enabled `gpg` through `zstyle ':prezto:load' pmodule ...` and I have `enable-ssh-support` in my `gpg.conf` file. But when I call `ssh-add -L` it returns `The agent has...
### Description I was trying to debug my slow zsh initialisation time, which I have installed via nix, and on a whim I decided to copy prezto from the nix...
### Description Seems like something changed recently in MacOS or prezto that is causing pip detection to print a long debug message to the terminal. ### Expected behavior No warning...
I have enabled gpg in my `.zpreztorc`, and whenever I start a new terminal, I get the following message: `gpg-agent: a gpg-agent is already running - not starting a new...
Are there any demos of using `$node_info[version]` in a prompt, as described [in the node module](https://github.com/sorin-ionescu/prezto/tree/master/modules/node)? I'm trying to use it and am unable to do so. `echo $node_info[version]` shows...
### Description When using the `vi` keybindings with the editor module: * ALT + left arrow moves to the previous word. * ALT + right arrow doesn't move to the...