Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Created November 20, 2019 20:22
Show Gist options
  • Save RupGautam/decaf5848cb20598dbd0c6d2a193a0b8 to your computer and use it in GitHub Desktop.
Save RupGautam/decaf5848cb20598dbd0c6d2a193a0b8 to your computer and use it in GitHub Desktop.
[character]
use_symbol_for_status = true # Show "โœ–" when the command faild
[hostname]
ssh_only = false
prefix = "โฎ "
suffix = "โฏ"
style = "bold dimmed white"
disabled = true
[username]
style_user = "bold dimmed blue"
show_always = true
[directory]
truncation_length = 5
[git_branch]
symbol = "๐Ÿฃ "
style = "bold yellow"
[git_status]
conflicted = "โš”๏ธ "
ahead = "๐ŸŽ๏ธ ๐Ÿ’จ "
behind = "๐Ÿข "
diverged = "๐Ÿ”ฑ "
untracked = "๐Ÿ›ค๏ธ "
stashed = "๐Ÿ“ฆ "
modified = "๐Ÿ“ "
staged = "๐Ÿ—ƒ๏ธ "
renamed = "๐Ÿ“› "
deleted = "๐Ÿ—‘๏ธ "
prefix = "with "
suffix = ""
style = "bright-white"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment