1
Fork 0

Add Starship configuration.

This commit is contained in:
Bauke 2022-09-03 19:57:10 +02:00
parent e364190730
commit d407f241c6
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 29 additions and 0 deletions

29
.config/starship.toml Normal file
View File

@ -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"