Skip to content

Instantly share code, notes, and snippets.

@lburgazzoli
Created April 1, 2021 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lburgazzoli/82e077d3eec0680bfd6b44a3418b8fde to your computer and use it in GitHub Desktop.
Save lburgazzoli/82e077d3eec0680bfd6b44a3418b8fde to your computer and use it in GitHub Desktop.
# Inserts a blank line between shell prompts
add_newline = false
format = """
$username\
$hostname \
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status
$character"""
[character]
success_symbol = "[➜](green)"
error_symbol = "[➜](red)"
[username]
style_user = "#D64937"
style_root = "red"
format = "[$user]($style)"
disabled = false
show_always = true
[hostname]
ssh_only = false
format = "[@$hostname](#D64937)"
disabled = false
[directory]
style = "green"
truncate_to_repo = false
truncation_length = -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment