mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-27 03:10:18 +00:00
Fix plugin section sorting
This commit is contained in:
parent
4bd43f1f87
commit
5647bf9458
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ These frameworks make customizing your zsh setup easier.
|
|||
## Plugins
|
||||
|
||||
* [256color](https://github.com/chrissicool/zsh-256color) - Enhances the terminal environment with 256 colors. It looks at the chosen TERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available.
|
||||
* [abbrev-alias](https://github.com/momo-lab/zsh-abbrev-alias) - Provides functionality similar to Vim's abbreviation expansion.
|
||||
* [abbr-path](https://github.com/felixgravila/zsh-abbr-path) - Adds functionality of the `theme_title_use_abbreviated_path` parameter from some oh-my-fish themes.
|
||||
* [abbrev-alias](https://github.com/momo-lab/zsh-abbrev-alias) - Provides functionality similar to Vim's abbreviation expansion.
|
||||
* [accurev-zsh](https://github.com/dalefukami/accurev-zsh) - ZSH plugin for accurev.
|
||||
* [alias-tips](https://github.com/djui/alias-tips) - An oh-my-zsh plugin to help remembering those aliases you defined once.
|
||||
* [allergen](https://github.com/stanislas/allergen) - A collection of custom zsh plugins to use with antigen.
|
||||
|
@ -256,8 +256,8 @@ These frameworks make customizing your zsh setup easier.
|
|||
* [change-case](https://github.com/mtxr/zsh-change-case) - Plugin for fast swap between upper and lower case in your command line. :sunglasses:
|
||||
* [clean-project](https://github.com/wwilsman/zsh-clean-project) - Remove files from projects (automatically by default). Useful for keeping `.DS_Store` and `Thumbs.db` files from cluttering your directories.
|
||||
* [cmd-architect](https://github.com/psprint/zsh-cmd-architect) - Build commands from what's in history and at prompt, move, delete, add command segments and search history with multi-word queries.
|
||||
* [colored-man-pages](https://github.com/ael-code/zsh-colored-man-pages) - Colorize man pages
|
||||
* [colored-man-pages-mod](https://github.com/zuxfoucault/colored-man-pages_mod) - Forked from [robbyrussell/oh-my-zsh/plugins/colored-man-pages](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/colored-man-pages/colored-man-pages.plugin.zsh). Colorizes `man` output.
|
||||
* [colored-man-pages](https://github.com/ael-code/zsh-colored-man-pages) - Colorize man pages
|
||||
* [colors](https://github.com/Tarrasch/zsh-colors) - Makes it easier to colorize text from the CLI. `red foo` just works.
|
||||
* [command-not-found](https://github.com/Tarrasch/zsh-command-not-found) - mirror of the oh-my-zsh command-not-found plugin so you don't have to include all of omz.
|
||||
* [command-time](https://github.com/popstas/zsh-command-time) - Show execution time for long commands in zsh and powerlevel9k.
|
||||
|
|
Loading…
Reference in a new issue