From 2e8a5da1611306623bfd1e97048579d49457701e Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 16 Nov 2024 09:06:32 +0200 Subject: [PATCH] chore: enable os module on starship --- starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starship.toml b/starship.toml index 1fb2c85..9b406ff 100644 --- a/starship.toml +++ b/starship.toml @@ -6,3 +6,6 @@ [nodejs] disabled = true + +[os] + disabled = false