charles: minor adjustment to starship prompt config

This commit is contained in:
Payas Relekar 2023-10-28 19:04:35 +05:30
parent ccc36faac1
commit 3f8c68451b

View file

@ -43,6 +43,13 @@
home-manager.enable = true;
starship = {
enable = true;
settings = {
python.disabled = true;
ruby.disabled = true;
gcloud.disabled = true;
aws.disabled = false;
kubernetes.disabled = false;
};
};
ssh = {
enable = true;