Skip to content

Instantly share code, notes, and snippets.

@htsign
Last active March 30, 2026 06:19
Show Gist options
  • Select an option

  • Save htsign/f5860c83c62050322edf2e0f584c7325 to your computer and use it in GitHub Desktop.

Select an option

Save htsign/f5860c83c62050322edf2e0f584c7325 to your computer and use it in GitHub Desktop.
~/.config/
command_timeout = 1000
right_format = '$time'
[cmd_duration]
min_time = 0
show_milliseconds = true
[directory]
truncation_symbol = '.../'
use_os_path_sep = false
[git_status]
ahead = '⇡$count'
behind = '⇣$count'
staged = '[+$count](green)'
deleted = '[✘$count](red)'
modified = '[!$count](yellow)'
untracked = '[?$count](magenta)'
stashed = '[\$$count](blue)'
diverged = '[⇄\(⇣$behind_count⇡$ahead_count\)](white)'
conflicted = '[=$count](bold red)'
renamed = '[»$count](cyan)'
[status]
disabled = false
[time]
format = '\[[$time]($style)\]'
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment