From c511f6d9e9fd948437629c3154eeebb59035a67f Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Thu, 5 Jan 2023 11:28:27 -0500 Subject: [PATCH] add starship configuration file. default to ignoring container module --- dot_config/starship.toml | 2 ++ 1 file changed, 2 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..c9342fc --- /dev/null +++ b/dot_config/starship.toml @@ -0,0 +1,2 @@ +[container] +disabled=true