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