diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-10-31 14:53:17 +0100 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-11-03 08:50:01 +0100 |
| commit | 3a62bf82b79e5a1c6acaef01324cbd53c407f3d2 (patch) | |
| tree | 067b046fbea0566f7cc130360c1ceadf859c4ca2 | |
| parent | 0fbe1a45b4549c1e22ae4de70fc9e9dc07d08c41 (diff) | |
starship: replace round NERDfont separators with slanted
| -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" = " " |
