From c8f8a268a655bcd0c64f57fd1ca7557a33d90d39 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 17 Mar 2023 11:31:45 +0100 Subject: [PATCH] prompt: no git --- .config/starship.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index b3b8fbf..79ff744 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,13 +1,14 @@ add_newline = false +# $git_branch\ +# $git_commit\ +# $git_state\ +# $git_status\ +# ${custom.sl_status}\ + format = """\ $hostname\ $directory\ -$git_branch\ -$git_commit\ -$git_state\ -$git_status\ -${custom.sl_status}\ ($character)\ """