aboutsummaryrefslogtreecommitdiff
path: root/starship
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-10-21 01:13:03 +0300
committeromagdy7 <omar.professional8777@gmail.com>2023-10-21 01:13:03 +0300
commit5acc9a1d7956afc748734ac41aa1ea2ae5b69911 (patch)
tree65b18523b6d58c6de487f343120d89aa565d841e /starship
parent4bfdafe13399e66d6fdb487873630c3678a3a28c (diff)
downloaddotfiles-5acc9a1d7956afc748734ac41aa1ea2ae5b69911.tar.xz
dotfiles-5acc9a1d7956afc748734ac41aa1ea2ae5b69911.zip
Switched to alacritty terminal and added starship.toml to dotfiles
Diffstat (limited to 'starship')
-rw-r--r--starship/.config/starship.toml9
1 files changed, 9 insertions, 0 deletions
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) "
+