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)\ """