| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- format = """
- [](#065555)\
- $hostname\
- $username\
- [](bg:#334A77 fg:#065555)\
- $directory\
- [](fg:#334A77 bg:#775570)\
- $git_branch\
- $git_state\
- $git_status\
- [](fg:#775570 bg:#86BBD8)\
- $status\
- $cmd_duration\
- [](fg:#86BBD8 bg:#773477)\
- $shlvl\
- $jobs\
- [](fg:#773477 bg:#225560)\
- $time\
- [ ](fg:#225560)\
- $line_break\
- \\$
- """
- add_newline = true
- [hostname]
- style = 'bg:#065555'
- format = '[$hostname ]($style)'
- [username]
- show_always = false
- style_user = 'bg:#065555'
- style_root = 'bg:#065555 fg:#FF5577 bold'
- format = '[$user ]($style)'
- [directory]
- style = 'bg:#334A77'
- format = "[ $path ]($style)"
- truncation_length = 5
- truncate_to_repo = false
- truncation_symbol = '…/'
- [git_branch]
- style = 'bg:#775570'
- format = '[ $branch ]($style)'
- [git_state]
- style = 'bg:#775570'
- format = '[\($state( $progress_current/$progress_total)\) ]($style)'
- [git_status]
- style = 'bg:#775570'
- format = '[$all_status$ahead_behind ]($style)'
- [status]
- disabled = false
- style = 'bg:#86BBD8 fg:#000000'
- pipestatus = true
- format = '[ $status( $signal_name) ]($style)'
- pipestatus_format = '[$pipestatus→ $int ]($style)'
- [cmd_duration]
- style = 'bg:#86BBD8 fg:#000000'
- show_milliseconds = true
- format = '[ $duration ]($style)'
- [shlvl]
- disabled = false
- format = '[ SHLVL:$shlvl ]($style)'
- style = 'bg:#773477'
- [jobs]
- format = '[ $symbol$number ]($style)'
- style = 'bg:#773477'
- [time]
- disabled = false
- time_format = '%R' # hour:minute
- style = 'bg:#225560 fg:#AAAAAA'
- format = '[ $time ]($style)'
- [line_break]
- disabled = false
|