From 966edc2d88919ecaff8305810c5b873e07fd45c6 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 10 Jan 2022 15:31:27 -0800 Subject: [PATCH] updated starship prompt --- .config/starship.toml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index a304e75..62cae68 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,8 +1,7 @@ add_newline = true format = """ -$username@$hostname $directory $git_branch $git_status $git_state $git_metrics $git_commit -$character""" +$username@$hostname $directory $all$character""" right_format = "$cmd_duration" @@ -16,23 +15,6 @@ format = "took [$duration]($style) " format = "[$path]($style)[$read_only]($read_only_style)" read_only = " 🔒" -[git_branch] -format = "on [$symbol$branch]($style)" - -[git_commit] -format = "[\\($hash$tag\\)]($style)" -tag_disabled = false - -[git_state] -format = '\([$state($progress_current/$progress_total)]($style)\)' - -[git_metrics] -disabled = false -format = '([+$added]($added_style))([-$deleted]($deleted_style))' - -[git_status] -format = '([\[$all_status$ahead_behind\]]($style))' - [hostname] ssh_only = false format= "[$hostname]($style)"