Capture
This commit is contained in:
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user