2024-12-30 03:03:06 +01:00
|
|
|
add_newline = false
|
|
|
|
|
|
|
|
format = """\
|
2025-01-02 22:42:22 +01:00
|
|
|
$username$hostname\
|
2024-12-30 03:03:06 +01:00
|
|
|
[$directory](cyan)\
|
|
|
|
$git_branch\
|
|
|
|
$git_commit\
|
|
|
|
$git_state\
|
|
|
|
$git_status\
|
|
|
|
$character\
|
|
|
|
"""
|
|
|
|
|
|
|
|
right_format = """\
|
|
|
|
$golang\
|
|
|
|
$lua\
|
|
|
|
$nodejs\
|
|
|
|
$python\
|
|
|
|
$rust\
|
2025-01-02 22:42:22 +01:00
|
|
|
$cmd_duration\
|
2024-12-30 03:03:06 +01:00
|
|
|
"""
|
|
|
|
|
|
|
|
[character]
|
|
|
|
success_symbol = '[>](bold green)'
|
|
|
|
error_symbol = '[>](bold red)'
|
|
|
|
|
|
|
|
[directory]
|
|
|
|
truncation_length = 1
|
|
|
|
truncate_to_repo = false
|
|
|
|
fish_style_pwd_dir_length = 1
|
|
|
|
|
|
|
|
[git_commit]
|
|
|
|
tag_symbol = ''
|
|
|
|
|
|
|
|
[git_branch]
|
|
|
|
symbol = ''
|
|
|
|
|
|
|
|
[git_status]
|
|
|
|
format = '[$all_status$ahead_behind]($style)'
|
|
|
|
ahead = '[↑${count}](green) '
|
|
|
|
diverged = '[↑${ahead_count}↓${behind_count}](red) '
|
|
|
|
behind = '[↓${count}](green) '
|
|
|
|
modified = '[!${count}](yellow) '
|
|
|
|
untracked = '[?${count}](blue) '
|
|
|
|
staged = '[+${count}](yellow) '
|
|
|
|
stashed = '[*${count}](green) '
|
|
|
|
deleted = '[x${count}](red) '
|
|
|
|
renamed = '[r${count}](yellow) '
|
|
|
|
|
|
|
|
[python]
|
|
|
|
format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
|
|
|
python_binary = 'python'
|
|
|
|
pyenv_version_name = false
|
|
|
|
detect_files = [ '.python-version' ]
|
2024-12-30 03:18:25 +01:00
|
|
|
|
|
|
|
[username]
|
2025-01-02 22:42:22 +01:00
|
|
|
format = '[$user@]($style)'
|
2024-12-30 03:18:25 +01:00
|
|
|
|
|
|
|
[hostname]
|
|
|
|
style = 'bold yellow'
|
2025-01-02 22:42:22 +01:00
|
|
|
format = '[$ssh_symbol$hostname]($style) '
|
2024-12-30 03:18:25 +01:00
|
|
|
ssh_symbol = ''
|