diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 21:13:49 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 21:13:49 -0500 |
| commit | 4600c02bbfe902c8755587983600623626a8d8da (patch) | |
| tree | 8bdc6e47d00ce0eee8690a3db8b7d4f952417d8f /starship/starship.toml | |
| parent | ba2404d4e1666006ecb154df7aab448db9a5f239 (diff) | |
| download | dotfiles-4600c02bbfe902c8755587983600623626a8d8da.tar.gz dotfiles-4600c02bbfe902c8755587983600623626a8d8da.zip | |
starship and xplr updates
Diffstat (limited to 'starship/starship.toml')
| -rw-r--r-- | starship/starship.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starship/starship.toml b/starship/starship.toml index 978f3d2..7b32ef3 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -65,12 +65,13 @@ format = '[ $symbol $branch ]($style)' [git_status] style = "bg:git_color fg:black bold" +deleted = '' format = '[$all_status$ahead_behind ]($style)' [character] disabled = false -success_symbol = '[─](fg:id_color)' -error_symbol = '[⟮](fg:id_color)[](fg:red)' +success_symbol = '[─](fg:id_color)' +error_symbol = '[⟮](fg:id_color)[](fg:red)' vimcmd_symbol = '[⟮](fg:id_color)[](fg:green)' vimcmd_replace_one_symbol = '[⟮](fg:id_color)[](fg:mauve)' vimcmd_replace_symbol = '[⟮](fg:id_color)[](fg:mauve)' |