From 1ef52835988d35e9a61961606205c385801891b8 Mon Sep 17 00:00:00 2001 From: js0ny Date: Tue, 12 Nov 2024 15:42:59 +0000 Subject: [PATCH] Minor fix on general starship.toml --- .config/starship/starship.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index d0c4e98..3a7e341 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -1,7 +1,6 @@ # starship.toml # ~/.config/starship.toml format = '''$os$time $username @ $hostname $directory $all$character''' -continuation_prompt = "[$ ](bold cyan) " add_newline = true @@ -18,11 +17,6 @@ show_always = true ssh_only = false ssh_symbol = '󰞉 ' -[character] -success_symbol = "[$ ](bold green)" -error_symbol = "[$ ](bold red)" -vimcmd_symbol = "[: ](bold green)" - [directory] truncation_length = 2 truncate_to_repo = true