feat(prompt): change shell prompt
This commit is contained in:
parent
23871a3c73
commit
db83134e6b
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ detect_files = ['.envrc'] # can specify filters but wildcards are not supported
|
|||
|
||||
[directory]
|
||||
style = "blue"
|
||||
truncate_to_repo = false
|
||||
truncation_length = 8
|
||||
truncation_symbol = ".../"
|
||||
|
||||
|
||||
[character]
|
||||
success_symbol = "[❯](purple)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue