This commit is contained in:
Riz Ashraf
2026-04-07 00:13:07 +01:00
parent d33f6ebc05
commit 6101e4c230
14 changed files with 334 additions and 36 deletions
+31
View File
@@ -0,0 +1,31 @@
scan_timeout = 1500
format = """
$os$shell$hostname$username$directory$git_branch$git_status$status
$character"""
[os]
disabled = false
format = "[$symbol](bold $STARSHIP_DEVICE_COLOR) "
[os.symbols]
Windows = "󰍲 "
Ubuntu = " "
[shell]
disabled = false
powershell_indicator = "pwsh"
bash_indicator = "bash"
zsh_indicator = "zsh"
style = "cyan bold"
[status]
disabled = false
format = "[$symbol]($style) "
symbol = " "
[character]
success_symbol = "[>](bold green)"
error_symbol = "[>](bold red)"