From 654a8cd60c7e0bacff4bf5307e3ad6c1ddb3ea50 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Fri, 2 May 2025 09:55:10 -0400 Subject: [PATCH 1/2] fix prompt styling --- chezmoi.roots/_src.all/.chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index d13a567..9af2c2f 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -109,7 +109,7 @@ scriptTempDir={{ $scriptTempDir | quote }} GITHUB_ACCESS_TOKEN={{- $githubToken | quote }} GITHUB_TOKEN={{- $githubToken | quote }} -[style] +[data.style] {{- if ($promptStyle) }} prompt={{- $promptStyle | quote }} {{- end }} From d417ba60141fdc2f39d08a8b7fb180dce8aa6543 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Fri, 2 May 2025 09:58:40 -0400 Subject: [PATCH 2/2] callhome tv channel --- .../_home.macos/private_dot_local/bin/executable_vast-lab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab index bd729ca..562ee28 100644 --- a/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab +++ b/chezmoi.roots/_home.macos/private_dot_local/bin/executable_vast-lab @@ -202,7 +202,8 @@ do_get_s3-releases() { do_get_s3-callhome() { # Get the list of callhome bundles - aws s3 ls --human-readable s3://vast-callhomebundle/ + aws s3 ls --human-readable s3://vast-callhomebundle/ \ + | sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|\1|;' } do_get() {