Add kns and kcx aliases

This commit is contained in:
Dave Gallant
2022-08-16 14:42:41 -04:00
parent b5e82243ba
commit 4553e0a396

View File

@@ -170,6 +170,8 @@ in {
gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case";
k = "kubecolor";
kcx = "kubectx";
kns = "kubens";
l = "exa -la --git --group-directories-first";
m = "make";
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn";