refactor: removed unused aliases
This commit is contained in:
@@ -96,11 +96,9 @@
|
|||||||
|
|
||||||
m = "make";
|
m = "make";
|
||||||
t = "task";
|
t = "task";
|
||||||
p = "~/.platformsh/bin/platform";
|
|
||||||
k = "kubectl --context build";
|
k = "kubectl --context build";
|
||||||
kp = "kubectl --context prod-eu2";
|
kp = "kubectl --context prod-eu2";
|
||||||
kp2 = "kubectl --context prod-eu2"; # deprecated
|
kp2 = "kubectl --context prod-eu2"; # deprecated
|
||||||
flyctl = "~/.fly/bin/flyctl";
|
|
||||||
k9sp = "k9s --context prod-eu2";
|
k9sp = "k9s --context prod-eu2";
|
||||||
g = "git";
|
g = "git";
|
||||||
tg = "tig --all";
|
tg = "tig --all";
|
||||||
|
|||||||
Reference in New Issue
Block a user