fix: removed extra spaces from shell module of starship config
This commit is contained in:
parent
a020539f8a
commit
d1f44979da
|
@ -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
|
Loading…
Reference in New Issue