From ff89efb6d9d2f7c67a53186120888e0e0924431e Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 27 Oct 2023 15:19:11 +0200 Subject: [PATCH] Cleanup starship prompt --- .config/starship.toml | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 0ffb64e..891aeab 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,30 +1,18 @@ -[package] -disabled = true - -[python] -disabled = true - -[julia] -disabled = true - -[rust] -disabled = true - -[nodejs] -disabled = true - -[battery] -disabled = true - -[sudo] -format = "$symbol" -symbol = "🗝️ " -disabled = false +format = """ +$directory\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$cmd_duration\ +$line_break\ +$jobs\ +$status\ +$character""" [status] format = "[$status]($style)" -symbol = "" -map_symbol = false disabled = false [git_metrics]