Added ble.sh

This commit is contained in:
2024-10-10 23:23:25 +02:00
parent 175340c4b5
commit 3ee39ff0c9
3 changed files with 55 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
add_newline = false
# A minimal left prompt
format = """$directory$character"""
# move the rest of the prompt to the right
right_format = """$all"""
command_timeout = 1000
[character]
success_symbol = "[>](bold green)"
error_symbol = "[x](bold red)"
@@ -13,6 +20,9 @@ diverged = "<>"
renamed = "r"
deleted = "x"
[git_branch]
format = '[$symbol$branch(:$remote_branch)]($style)'
[aws]
symbol = "aws "
@@ -70,9 +80,6 @@ symbol = "fossil "
[gcloud]
symbol = "gcp "
[git_branch]
symbol = "git "
[gleam]
symbol = "gleam "