diff --git a/home/.config/starship.toml b/home/.config/starship.toml index 6345a9f..a7c9014 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -157,11 +157,11 @@ map_symbol = true disabled = false [shell] -fish_indicator = ' ' -powershell_indicator = '󰨊 ' -pwsh_indicator = ' ' -cmd_indicator = ' ' -bash_indicator = '󱆃 ' -unknown_indicator = ' ' +fish_indicator = '' +powershell_indicator = '󰨊' +pwsh_indicator = '' +cmd_indicator = '' +bash_indicator = '󱆃' +unknown_indicator = '' style = '(fg:#00ffff)' disabled = false \ No newline at end of file