prezto-contrib icon indicating copy to clipboard operation
prezto-contrib copied to clipboard

A set of additional plugins designed to work easily with prezto

Results 9 prezto-contrib issues
Sort by recently updated
recently updated
newest added

Adds the completion handler for `dotnet`, as detailed in the [instructions](https://docs.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete#zsh).

Adds a plugin for [zoxide](https://github.com/ajeetdsouza/zoxide) - a smarter `cd` command.

Add useful aliases for todo-txt. We can also include alias `t` recommended in https://github.com/todotxt/todo.txt-cli/wiki/tips-and-tricks, if you agree @belak.

This would be an improvement on #34 The oh-my-zsh module (https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/fzf/fzf.plugin.zsh) has a number of improvements, like loading completions and bindings directly from the installed version. Maybe some of these...

A preliminary performance comparison between native nvm and lazy load: Native nvm/node module, https://github.com/xcv58/prezto-1/pull/1/files: ``` ~ ❯❯❯ time zsh -i -c exit zsh -i -c exit 0.33s user 0.34s system...

@wincent describes his great prompt setup [here (link with highlighted comment)](https://www.youtube.com/watch?v=yE9g-lVPrnY&lc=Ugyrb1hoga_OefinYXN4AaABAg). It would be nice if we got it wrapped up and integrated into Prezto. I'm creating this issue just...

Fix: https://github.com/belak/prezto-contrib/issues/50

Many operating systems nowaday include macOS and Ubuntu has removed the EOL Python 2. Since the `alias-tips` prezto module is linked to the older version of the actual zsh plugin...