mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-12 20:21:02 +01:00
Aliases: Adding a README file for the plugin. #4662
This commit is contained in:
parent
e47a8e2321
commit
5cdba87025
1 changed files with 21 additions and 0 deletions
21
plugins/aliases/README.md
Normal file
21
plugins/aliases/README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
## Aliases Cheatsheet
|
||||||
|
|
||||||
|
**Maintainer:** [@hqingyi](https://github.com/hqingyi)
|
||||||
|
|
||||||
|
With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts
|
||||||
|
that are currently available based on the plugins you have enabled.
|
||||||
|
|
||||||
|
Enable this plugin by adding it to your `plugins` definition in `~/.zshrc`.
|
||||||
|
|
||||||
|
```
|
||||||
|
plugins=(aliases)
|
||||||
|
```
|
||||||
|
|
||||||
|
Requirements: Python needs to be installed.
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
acs: group all alias
|
||||||
|
acs $keywordquickly filter alias & highlight
|
||||||
|
```
|
Loading…
Reference in a new issue