mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-21 15:42:49 +01:00
Improved starship config for multiple shells
This commit is contained in:
@@ -8,6 +8,15 @@ continuation_prompt = "[━ ](yellow)"
|
|||||||
success_symbol = "[](bold green) "
|
success_symbol = "[](bold green) "
|
||||||
error_symbol = "[](bold red) "
|
error_symbol = "[](bold red) "
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
disabled = false
|
||||||
|
format = "$indicator "
|
||||||
|
bash_indicator = "[](bold green)"
|
||||||
|
fish_indicator = "[](bold cyan)"
|
||||||
|
zsh_indicator = "[%](bold yellow)"
|
||||||
|
nu_indicator = "[❯](bold purple)"
|
||||||
|
powershell_indicator = "[](bold blue)"
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 0
|
min_time = 0
|
||||||
show_milliseconds = true
|
show_milliseconds = true
|
||||||
|
|||||||
Reference in New Issue
Block a user