From 23a7810955f602e4328c1185dc9ed093e5d183cb Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 21 Jan 2023 03:42:28 +0530 Subject: [PATCH] starship: fix keyerror --- .config/starship.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index aab780e..e7febd3 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,7 +1,5 @@ # ~/.config/starship.toml - - - +format = "$all" # custom prompt @@ -85,5 +83,3 @@ full_symbol = "🔋 " charging_symbol = "⚡️ " discharging_symbol = "💀 " -[prompt] -format = "$all$directory$character"