fix: readme

This commit is contained in:
TheK4n 2022-09-16 22:14:55 +03:00
parent 0f1e8ae460
commit 2fcbc9c0c9
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Config files for:
| Alias | Equals | Description | | Alias | Equals | Description |
|:------------------------|:-------------------------------------------------|:----------------------------| |:------------------------|:-------------------------------------------------|:----------------------------|
| `git diff L` | `git diff \| less -R` | View stdout | | `git diff L` | `git diff \| less -R` | View stdout |
| `cat main.py HL -S py` | `cat main.py \| highlight -O ansi --syntax py` | Highlight syntax | | `cat main.py HL py` | `cat main.py \| highlight -O ansi --syntax py` | Highlight syntax |
| `redis-server BG` | `redis-server &>/dev/null &` | Run command in background | | `redis-server BG` | `redis-server &>/dev/null &` | Run command in background |

View File

@ -1,5 +1,5 @@
alias -g L="| less -R" alias -g L="| less -R"
alias -g HL='| highlight -O ansi -S auto' alias -g HL='| highlight -O ansi -S '
alias -g CL=" --color=always | less -R" alias -g CL=" --color=always | less -R"
alias -g OUT="1>/dev/null" # stdOUT alias -g OUT="1>/dev/null" # stdOUT
alias -g ERR="2>/dev/null" # stdERR alias -g ERR="2>/dev/null" # stdERR