Add Deno to Starship.
This commit is contained in:
parent
e4f19ee69d
commit
d6f25a266d
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue