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