add table in README.md
This commit is contained in:
parent
357170edcd
commit
654b73a53c
12
README.md
12
README.md
@ -48,6 +48,18 @@ Config files for:
|
||||
| Clipboard Active Window | <kbd>Ctrl</kbd> + <kbd>Super</kbd> + <kbd>PrtScr</kbd> |
|
||||
|
||||
|
||||
### ZSH global aliases
|
||||
|
||||
| Alias | Equals | Description |
|
||||
|:------------------------|:-------------------------------------------------|:----------------------------|
|
||||
| `git diff L` | `git diff \| less -R` | View stdout |
|
||||
| `cat main.py S -S py` | `cat main.py \| highlight -O ansi --syntax py` | Highlight syntax |
|
||||
| `redis-server BG` | `redis-server &>/dev/null &` | Run command in background |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="chapter-1"></a>
|
||||
## Installation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user