From 5acc9a1d7956afc748734ac41aa1ea2ae5b69911 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sat, 21 Oct 2023 01:13:03 +0300 Subject: Switched to alacritty terminal and added starship.toml to dotfiles --- starship/.config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 starship/.config/starship.toml (limited to 'starship') diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..6293b5c --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,9 @@ +[battery] +full_symbol = "🔋" +charging_symbol = "🔌" +discharging_symbol = "⚡" + +[character] +success_symbol = "[󰅂](bold green)" +error_symbol = "[✖](bold red) " + -- cgit v1.2.3