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/transient.toml | |
| parent | ba2404d4e1666006ecb154df7aab448db9a5f239 (diff) | |
| download | dotfiles-4600c02bbfe902c8755587983600623626a8d8da.tar.gz dotfiles-4600c02bbfe902c8755587983600623626a8d8da.zip | |
starship and xplr updates
Diffstat (limited to 'starship/transient.toml')
| -rw-r--r-- | starship/transient.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starship/transient.toml b/starship/transient.toml index 089db4d..906877f 100644 --- a/starship/transient.toml +++ b/starship/transient.toml @@ -6,8 +6,3 @@ id_color = "#f0c6c6" # flamingo [character] disabled = false 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)' -vimcmd_visual_symbol = '[┤](fg:id_color)[](fg:yellow)' |