added bashrc and zshrc

This commit is contained in:
Léana 江 2022-12-23 17:38:38 +01:00
parent 4461bd7cb3
commit 58753e4ad5
4 changed files with 11 additions and 2 deletions

View file

@ -1,9 +1,14 @@
format = """
$directory $git_branch$git_commit$git_state$git_status $python
$hostname$character
$hostname$shell$character
"""
right_format = "$time"
[shell]
disabled = false
fish_indicator = ""
format = "[$indicator](#606060)"
[character]
success_symbol = "[?](bold white)"
error_symbol = "[!](bold red)"
@ -28,7 +33,6 @@ symbol = ""
format = "[$symbol$branch](#c061ff)"
truncation_symbol = ""
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"