From 21911329d5343e8dbcdcf95e1fa47096a3b8abcb Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 11 Nov 2024 14:08:48 +0100 Subject: [PATCH] chore: add starship config --- starship.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 starship.toml diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..1fb2c85 --- /dev/null +++ b/starship.toml @@ -0,0 +1,8 @@ +"$schema" = 'https://starship.rs/config-schema.json' + +[directory] + truncate_to_repo = false + truncation_symbol = "../" + +[nodejs] + disabled = true