From 059326e0969fb3205aef97b461ac7168df0b430b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 13 Feb 2024 22:18:39 +0100 Subject: [PATCH] Add .config/starship.toml --- dot_config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_config/starship.toml diff --git a/dot_config/starship.toml b/dot_config/starship.toml new file mode 100644 index 0000000..895e845 --- /dev/null +++ b/dot_config/starship.toml @@ -0,0 +1,5 @@ +# Get editor completions based on the config schema +"$schema" = 'https://starship.rs/config-schema.json' + +[nodejs] +disabled = true