diff options
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' |
