prezto
prezto copied to clipboard
The configuration framework for Zsh
### Description If the process outputs a message without line break, final prompt will override the last output. ### Expected behavior prompt will make a new line or at least...
### Description Completions from completion-module are not working in new shell. I was able to verify that they are loaded by putting just a simple echo into the `init.sh` of...
`prezto`'s usage of `compinit -C` can cause hard-to-debug problems for its users, as explained by [this](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8#cutting-corners:~:text=zim%20isn%27t%20the,low%20latency%20goals.) and [this](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8#cutting-corners:~:text=Another%20dangerous%20optimization,completions%20don%27t%20work.) highlight of a very insightful analysis from [zsh-bench](https://github.com/romkatv/zsh-bench/tree/e43d9fe72a58c87f090e929ca0e083c653247dc8).
### Description When standing on non-HEAD master branch, display of git branch (say `my-branch`) will be broken. There are some occasions where it works (separate branch off `HEAD`), but problem...
### Description Since https://github.com/sorin-ionescu/prezto/commit/af46875c5e2c7088b25d7d16e50b6955926b44a4, `node` module no longer honor `nvm` default NodeJS version. ### Expected behavior `node` module should honor `nvm` default version when opening a new terminal / session....
## Proposed Changes on Docker aliases ### Added - new alias to send `kill -s HUP` signal to a running container - new aliases to fetch and follow the logs...
## Proposed Changes - Ensure prompt-pwd always expands '~' when pwd-length is set to 'full', so the path format is consistent between directories. - Add pwd-length option 'tail' to only...
This is based on the python virtualenv auto-workon cwd hook. It isn't *perfect*: if you change your .nvmrc file it will not pick up the change until you cwd outside...
update for macOS, never ask passphrases after save to keychain https://apple.stackexchange.com/a/250572
## Motivation Knowing when the working tree is dirty is useful, but when the only dirty files are untracked, the tree could be considered 'cleaner' than if tracked files had...