Add starship config
This commit is contained in:
parent
847c9e64c0
commit
9f458c8686
1 changed files with 19 additions and 0 deletions
19
.config/starship.toml
Executable file
19
.config/starship.toml
Executable file
|
@ -0,0 +1,19 @@
|
|||
add_newline = false
|
||||
format = "$username$directory$python$git_branch$git_commit$git_state$git_metrics$git_status$jobs$time$status$cmd_duration$os$character"
|
||||
|
||||
[cmd_duration]
|
||||
format = '\[[$duration]($style)\]'
|
||||
|
||||
[git_branch]
|
||||
format = '\[[$symbol$branch]($style)\]'
|
||||
|
||||
[git_status]
|
||||
format = '([\[$all_status$ahead_behind\]]($style))'
|
||||
|
||||
[username]
|
||||
format = '[$user]($style):'
|
||||
show_always = true
|
||||
|
||||
[python]
|
||||
detect_files = ['pyproject.toml']
|
||||
detect_extensions = []
|
Loading…
Add table
Add a link
Reference in a new issue