From f85894d474a8c02b76ad4b8e8a0a2783304b526b Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Sun, 29 Dec 2024 10:55:27 +0100 Subject: [PATCH] Added starship config --- .config/starship.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..be9d2eb --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,33 @@ +format = """ +$username\ +$hostname\ +$directory\ +$git_branch\ +$time\ +$status\ +$shell\ +$character""" + +add_newline = false + +[directory.substitutions] +'/home/luka/winhome' = ' ~' +'~/winhome' = ' ~' + +[character] +success_symbol = "[→](green)" +error_symbol = "[→](red)" + +[line_break] +disabled = true + +[swift] +disabled = true + +[git_status] +disabled = true + +[os] +format = "[$name](blue)" +disabled = false +