From 75b2dc9c6d2bed30c52d56e272bc40c1db9caa8c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 5 Jan 2025 03:45:02 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-05 03:45:02 --- .config/starship.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index e0b2a22d..1472145c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -2,11 +2,19 @@ format = """ $username\ $hostname\ $directory\ +$python\ +$c\ +$cmake\ +$golang\ +$java\ +$lua\ +$container\ +$direnv\ $git_branch\ $git_state\ $git_status\ +$jobs\ $cmd_duration\ -$python\ $line_break\ $character""" @@ -47,3 +55,12 @@ style = "yellow" [python] format = "[$virtualenv]($style) " style = "bright-black" + +[golang] +symbol = " " + +[lua] +symbol = "󰢱 " + +[nix_shell] +symbol = "󱄅 "