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