Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
aed92ff7cc Remove liveshare 2024-12-05 20:40:03 -05:00
Dave Gallant
77e6d3611f Cleanup starship k8s 2024-12-05 20:01:28 -05:00

View File

@@ -118,19 +118,11 @@ in
settings = {
add_newline = false;
scan_timeout = 10;
character = {
error_symbol = "[](bold red)";
};
gcloud = {
format = "";
};
kubernetes = {
disabled = false;
context_aliases = {
".*stg_.*" = "stg";
".*test_.*" = "test";
".*prd_.*" = "prd";
};
};
};
};
@@ -543,7 +535,6 @@ in
redhat.vscode-yaml
]
++ lib.optionals stdenv.isLinux [
ms-vsliveshare.vsliveshare
ms-python.python
];
};