diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-02-04 22:09:19 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-02-04 22:09:19 -0500 |
| commit | 7b68e7fc57b741d053698dd5e21c1833b151e377 (patch) | |
| tree | f8519e5e0d256f8d636ef26409d02bedf93faba6 /.config/starship.toml | |
| parent | 89aa144dd982b73ab40bde5b347b5681c81fb0df (diff) | |
sync
Diffstat (limited to '.config/starship.toml')
| -rw-r--r-- | .config/starship.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 11f41b9..846113c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,5 +1,3 @@ -# ~/.config/starship.toml - # Wait 10 milliseconds for starship to check files under the current directory. scan_timeout = 10 @@ -38,8 +36,8 @@ crust = "#11111b" [git_branch] -style='lavender' +style='bold lavender' [directory] -style='teal' +style='bold teal' |
