diff options
| author | Josh <joshott16@gmail.com> | 2024-01-01 21:14:38 -0500 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2024-01-01 21:14:38 -0500 |
| commit | 3497f5cc1be13cba0dcccc465db3314f213c7665 (patch) | |
| tree | d4e8856852ad5580af7ae2a54bee8e6afc1b83a0 /starship/starship.toml | |
| parent | 4600c02bbfe902c8755587983600623626a8d8da (diff) | |
| download | dotfiles-3497f5cc1be13cba0dcccc465db3314f213c7665.tar.gz dotfiles-3497f5cc1be13cba0dcccc465db3314f213c7665.zip | |
revert bad arrow change
Diffstat (limited to 'starship/starship.toml')
| -rw-r--r-- | starship/starship.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starship/starship.toml b/starship/starship.toml index 7b32ef3..a92e6bf 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -70,8 +70,8 @@ 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)' |