diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..edc2c53 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,29 @@ +format = """ +$username\ +$hostname\ +$directory\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$package\ +$nodejs\ +$python\ +$rust\ +$nix_shell\ +$cmd_duration\ +$time\ +$line_break\ +$jobs\ +$battery\ +$status\ +$shell\ +$character""" + +[time] +disabled = false +format = '🕙[\[ $time \]]($style) ' +time_format = "%T" +utc_time_offset = "local" +