From c0a1d779e150d3ac2a1e508811db7bdec40170ca Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 17:48:49 +0000 Subject: [PATCH] Update starship config --- home/.config/starship.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/.config/starship.toml b/home/.config/starship.toml index 7783522..e5b082f 100644 --- a/home/.config/starship.toml +++ b/home/.config/starship.toml @@ -2,12 +2,12 @@ format = """ [](#47225e)\ $os\ $username\ -[](bg:#ff0080 fg:#47225e)\ +[](bg:#ff0080 fg:#47225e)\ $directory\ -[](fg:#ff0080 bg:#005353)\ +[](fg:#ff0080 bg:#005353)\ $git_branch\ $git_status\ -[](fg:#005353 bg:#00334e)\ +[](fg:#005353 bg:#00334e)\ $c\ $elixir\ $elm\ @@ -20,10 +20,10 @@ $nodejs\ $nim\ $rust\ $scala\ -[](fg:#00334e bg:#47225e)\ +[](fg:#00334e bg:#47225e)\ $status\ $time\ -[](fg:#47225e)\ +[](fg:#47225e)\ \r\n\ $shell\ """