1
Fork 0

Add Deno to Starship.

This commit is contained in:
Bauke 2022-12-08 14:09:46 +01:00
parent e4f19ee69d
commit d6f25a266d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@ $git_state\
$git_metrics\
$git_status\
$package\
$deno\
$nodejs\
$python\
$rust\
@ -21,9 +22,11 @@ $status\
$shell\
$character"""
[deno]
detect_extensions = ["ts"]
[time]
disabled = false
format = '🕙[\[ $time \]]($style) '
time_format = "%T"
utc_time_offset = "local"