mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add some new aliases
This commit is contained in:
@@ -189,6 +189,7 @@ in {
|
|||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
j = "just";
|
j = "just";
|
||||||
k = "kubecolor";
|
k = "kubecolor";
|
||||||
|
kp = "viddy 'kubectl get pods'";
|
||||||
kcx = "kubectx";
|
kcx = "kubectx";
|
||||||
kns = "kubens";
|
kns = "kubens";
|
||||||
l = "eza -la --git --group-directories-first";
|
l = "eza -la --git --group-directories-first";
|
||||||
@@ -196,6 +197,7 @@ in {
|
|||||||
nix-install = "nix-env -iA";
|
nix-install = "nix-env -iA";
|
||||||
ps = "procs";
|
ps = "procs";
|
||||||
t = "tms";
|
t = "tms";
|
||||||
|
ts = "tms switch";
|
||||||
tf = "terraform";
|
tf = "terraform";
|
||||||
tree = "eza --tree";
|
tree = "eza --tree";
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
|
Reference in New Issue
Block a user