diff --git a/Modules.md b/Modules.md index 809bc22..eb0c708 100644 --- a/Modules.md +++ b/Modules.md @@ -1,41 +1,33 @@ -Modules -======= - Zim alone won't change your Zsh experience! By enabling modules, you pick what features you want. A brief list of modules and their descriptions can be seen below. Clicking on the name of a module will take you to the full documentation for that module. Any **bold** module provides functionality that greatly enhances the user experience. These are recommended modules! - Behaviour -------- | Name | Description | | ---- | ----------- | -| [**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. | - +| [**completion**](https://github.com/zimfw/completion) | Enables and configures smart and extensive tab completion. | +| [**environment**](https://github.com/zimfw/environment) | Sets generic Zsh built-in environment options. | +| [**input**](https://github.com/zimfw/input) | Applies correct bindkeys for input events. | Productivity ------------ | Name | Description | | ---- | ----------- | -| [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. | +| [archive](https://github.com/zimfw/archive) | Provides archive and unarchive functions for easy archive manipulation. | +| [**git**](https://github.com/zimfw/git) | Provides nice git aliases and functions. | +| [**git-info**](https://github.com/zimfw/git-info) | Exposes git repository status information to prompts. | +| [ssh](https://github.com/zimfw/ssh) | Provides a convenient way to load ssh-agent.| +| [**termtitle**](https://github.com/zimfw/termtitle) | Sets a custom terminal title. | +| [**utility**](https://github.com/zimfw/utility) | Adds utility aliases and functions. Adds colour to `ls`, `grep` and `less`. | Distro-specific --------------- | Name | Description | | ---- | ----------- | -| [pacman](https://github.com/zimfw/zimfw/blob/master/modules/pacman/README.md) | Adds aliases for the pacman package manager. | +| [homebrew](https://github.com/zimfw/homebrew) | Adds aliases for Homebrew. | +| [pacman](https://github.com/zimfw/pacman) | Adds aliases for the pacman package manager. |