feat: import all base configs in darwin

feat: change darwin's default shell to nushell
feat: update starship's config
This commit is contained in:
Ryan Yin
2023-06-13 10:53:58 +08:00
parent 8f512eb0bd
commit 792a7e7bfc
5 changed files with 45 additions and 13 deletions

View File

@@ -10,6 +10,15 @@
success_symbol = "[](bold green)";
error_symbol = "[](bold red)";
};
aws = {
symbol = "🅰 ";
};
gcloud = {
# do not show the account/project's info
# to avoid the leak of sensitive information when sharing the terminal
format = "on [$symbol$active(\($region\))]($style) ";
symbol = "🅶 ";
};
};
};
}