Remove spectrum, add git-info
parent
d79b7e4bef
commit
ef9c24d8f0
1 changed files with 15 additions and 19 deletions
32
Modules.md
32
Modules.md
|
@ -12,17 +12,14 @@ Behaviour
|
|||
--------
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| [**completion**](https://github.com/Eriner/zim/blob/master/modules/completion/README.md) | Enables and configures smart and extensive tab completion. |
|
||||
| [directory](https://github.com/Eriner/zim/blob/master/modules/directory/README.md) | Sets smart directory, navigation, and redirect options. |
|
||||
| [environment](https://github.com/Eriner/zim/blob/master/modules/environment/README.md) | Sets generic Zsh built-in environment options. |
|
||||
| [**history-substring-search**](https://github.com/Eriner/zim/blob/master/modules/history-substring-search/README.md) | Allows for fish shell-like searching of history. |
|
||||
| [history](https://github.com/Eriner/zim/blob/master/modules/history/README.md) | Sets sane history options. |
|
||||
| [input](https://github.com/Eriner/zim/blob/master/modules/input/README.md) | Applies correct bindkeys for input events. |
|
||||
| [**prompt**](https://github.com/Eriner/zim/blob/master/modules/prompt/README.md) | Initializes and provides customizable prompt themes. |
|
||||
| [spectrum](https://github.com/Eriner/zim/blob/master/modules/spectrum/README.md) | Provides initialization for 256 colours and effects. |
|
||||
| [**syntax-highlighting**](https://github.com/Eriner/zim/blob/master/modules/syntax-highlighting/README.md) | Adds fish shell-like syntax highlighting to your shell. |
|
||||
|
||||
|
||||
| [**completion**](https://github.com/zimfw/zimfw/blob/master/modules/completion/README.md) | Enables and configures smart and extensive tab completion. |
|
||||
| [directory](https://github.com/zimfw/zimfw/blob/master/modules/directory/README.md) | Sets smart directory, navigation, and redirect options. |
|
||||
| [environment](https://github.com/zimfw/zimfw/blob/master/modules/environment/README.md) | Sets generic Zsh built-in environment options. |
|
||||
| [**history-substring-search**](https://github.com/zimfw/zimfw/blob/master/modules/history-substring-search/README.md) | Allows for fish shell-like searching of history. |
|
||||
| [history](https://github.com/zimfw/zimfw/blob/master/modules/history/README.md) | Sets sane history options. |
|
||||
| [input](https://github.com/zimfw/zimfw/blob/master/modules/input/README.md) | Applies correct bindkeys for input events. |
|
||||
| [**prompt**](https://github.com/zimfw/zimfw/blob/master/modules/prompt/README.md) | Initializes and provides customizable prompt themes. |
|
||||
| [**syntax-highlighting**](https://github.com/zimfw/zimfw/blob/master/modules/syntax-highlighting/README.md) | Adds fish shell-like syntax highlighting to your shell. |
|
||||
|
||||
|
||||
Productivity
|
||||
|
@ -30,16 +27,15 @@ Productivity
|
|||
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| [archive](https://github.com/Eriner/zim/blob/master/modules/archive/README.md) | Provides archive and unarchive functions for easy archive manipulation. |
|
||||
| [**git**](https://github.com/Eriner/zim/blob/master/modules/git/README.md) | Provides nice git aliases and functions. |
|
||||
| [ssh](https://github.com/Eriner/zim/blob/master/modules/ssh/README.md) | Provides a convenient way to load ssh-agent.|
|
||||
| [**utility**](https://github.com/Eriner/zim/blob/master/modules/utility/README.md) | Adds utility aliases and functions. |
|
||||
| [archive](https://github.com/zimfw/zimfw/blob/master/modules/archive/README.md) | Provides archive and unarchive functions for easy archive manipulation. |
|
||||
| [**git**](https://github.com/zimfw/zimfw/blob/master/modules/git/README.md) | Provides nice git aliases and functions. |
|
||||
| [**git-info**](https://github.com/zimfw/zimfw/blob/master/modules/git-info/README.md) | Exposes git repository status information to prompts. |
|
||||
| [ssh](https://github.com/zimfw/zimfw/blob/master/modules/ssh/README.md) | Provides a convenient way to load ssh-agent.|
|
||||
| [**utility**](https://github.com/zimfw/zimfw/blob/master/modules/utility/README.md) | Adds utility aliases and functions. |
|
||||
|
||||
|
||||
Distro-specific
|
||||
---------------
|
||||
| Name | Description |
|
||||
| ---- | ----------- |
|
||||
| [pacman](https://github.com/Eriner/zim/blob/master/modules/pacman/README.md) | Adds aliases for the pacman package manager. |
|
||||
|
||||
|
||||
| [pacman](https://github.com/zimfw/zimfw/blob/master/modules/pacman/README.md) | Adds aliases for the pacman package manager. |
|
||||
|
|
Loading…
Reference in a new issue