Last active
March 30, 2026 06:19
-
-
Save htsign/f5860c83c62050322edf2e0f584c7325 to your computer and use it in GitHub Desktop.
~/.config/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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