mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add kns and kcx aliases
This commit is contained in:
@@ -170,6 +170,8 @@ in {
|
|||||||
gho = "gh repo view --web >/dev/null";
|
gho = "gh repo view --web >/dev/null";
|
||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
k = "kubecolor";
|
k = "kubecolor";
|
||||||
|
kcx = "kubectx";
|
||||||
|
kns = "kubens";
|
||||||
l = "exa -la --git --group-directories-first";
|
l = "exa -la --git --group-directories-first";
|
||||||
m = "make";
|
m = "make";
|
||||||
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn";
|
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn";
|
||||||
|
Reference in New Issue
Block a user