From d6f25a266d51632f7d0a2d854c861f3c2c386a52 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 8 Dec 2022 14:09:46 +0100 Subject: [PATCH] Add Deno to Starship. --- .config/starship.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index edc2c53..1f9b0ee 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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" -