From cfbbcbe515ae95bf475f3eec42d29364f7c3faf7 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 10 Oct 2024 20:56:31 -0700 Subject: [PATCH] Update .config/starship.toml --- dot_config/starship.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/starship.toml.tmpl b/dot_config/starship.toml.tmpl index 6a552e5..8cc37f0 100644 --- a/dot_config/starship.toml.tmpl +++ b/dot_config/starship.toml.tmpl @@ -1,4 +1,4 @@ -{{- if eq .data.drapeau.colorscheme "rose-pine" -}} +{{- if eq .drapeau.colorscheme "rose-pine" -}} {{- template "starship_rose_pine_toml.tmpl" . -}} {{- else -}} {{- template "starship_toml.tmpl" . -}}