From a847b1182545d5cf8300d65f5f253197e1acdfca Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 23 Aug 2020 16:36:07 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c6285e..1e357f8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Here are some of the highlights I tend to use more often: | `dkon` | `sudo systemctl start docker` | | | `dkoff` | `sudo systemctl stop docker` | | | `kb` | `kubectl` | Massive perf increase if you are a k8s user | -| `kubectl get pods` | `kbp` | | +| `kbp` | `kubectl get pods` | | | `kn` | `kubens` | Switch k8s namespaces to avoid writing `-n some_namespace` all the time | | `g` | `git` | 66.7% improvement ;) | | `gs` | `git status` | | @@ -81,4 +81,4 @@ Here are some of the highlights I tend to use more often: | `aliases` | `vim ~/.bash_aliases && source ~/.bash_aliases` | Convenient way to add new aliases and source them upon exit | | `zshrc` | `vim ~/.zshrc` | ^ | | `f` | `free -h` | Check memory usage | -| `speedtest` | `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py |python -` | speed test without needing the package installed locally | +| `speedtest` | `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \|python -` | speed test without needing the package installed locally |