diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/starship.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 245f4a2..04fd8e3 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,17 +1,17 @@ format = """ [░▒▓](#a3aed2)\ [ ](bg:#a3aed2 fg:#090c0c)\ -[](bg:#769ff0 fg:#a3aed2)\ +[](bg:#a3aed2 fg:#769ff0)\ $directory\ -[](fg:#769ff0 bg:#394260)\ +[](fg:#394260 bg:#769ff0)\ $git_branch\ $git_status\ -[](fg:#394260 bg:#212736)\ +[](fg:#212736 bg:#394260)\ $nodejs\ $rust\ $golang\ $php\ -[](fg:#212736 bg:#1d2230)\ +[](fg:#1d2230 bg:#212736)\ $time\ [ ](fg:#1d2230)\ \n$character""" @@ -20,7 +20,7 @@ $time\ style = "fg:#e3e5e5 bg:#769ff0" format = "[ $path ]($style)" truncation_length = 3 -truncation_symbol = "…/" +truncation_symbol = "/" [directory.substitutions] "Documents" = " " |
