Skip to content

Instantly share code, notes, and snippets.

@sheepla
Created May 17, 2021 07:49
Show Gist options
  • Save sheepla/84e6954539391e3cb516e8538c7b6de9 to your computer and use it in GitHub Desktop.
Save sheepla/84e6954539391e3cb516e8538c7b6de9 to your computer and use it in GitHub Desktop.
format = """
[┌─ ](bold white)$shell$time$directory$git_branch$git_status$cmd_duration
[└─](bold white)$character"""
scan_timeout = 10
[character]
success_symbol = "[❯❯❯](bold white) "
error_symbol = "[❯❯❯](bold red) "
[shell]
disabled = false
format = "${indicator}"
fish_indicator = "><>"
powershell_indicator = ">_"
zsh_indicator = "[z]"
bash_indicator = "$_"
unknown_indicator = "[?]"
[directory]
style = "bold blue underline"
read_only_style = "white"
format = "[$read_only]($read_only_style)[$path]($style) "
truncation_length = 8
truncation_symbol = ".../"
[git_status]
conflicted = "="
untracked = "?"
stashed = "$"
modified = "!"
staged = "+"
renamed = "~"
deleted = "✘"
style = "bold yellow"
ahead = "▲${count}"
behind = "▼${count}"
diverged = "♦ ▲${ahead_count} ▼${behind_count}"
[cmd_duration]
format = "took [$duration](bold white)"
[time]
disabled = true
format = '[\[$time\]](bold white) '
time_format = "%T"
utc_time_offset = "+9"
[status]
style = "red"
symbol = "✖"
not_executable_symbol = "🚫"
not_found_symbol = "🔍"
sigint_symbol = "⚡"
signal_symbol = "⚡"
format = '[\[$symbol $common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment