From 654b73a53c002703759fcff51dd822867284ce71 Mon Sep 17 00:00:00 2001 From: Kan Date: Thu, 21 Jul 2022 20:38:34 +0300 Subject: [PATCH] add table in README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8e5d847..4833057 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,18 @@ Config files for: | Clipboard Active Window | Ctrl + Super + PrtScr | +### 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 | + + + + + ## Installation