From 4743cc08cc812d0eeb3057113b0d87c699128e02 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 19 Sep 2025 11:37:16 +0200 Subject: [PATCH] fix: welcome config --- embed/scaffold/init/$.posh.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/embed/scaffold/init/$.posh.yaml b/embed/scaffold/init/$.posh.yaml index a5e49f2..513c655 100644 --- a/embed/scaffold/init/$.posh.yaml +++ b/embed/scaffold/init/$.posh.yaml @@ -1,4 +1,5 @@ -Version: v1.0 +# yaml-language-server: $schema=https://raw.githubusercontent.com/foomo/posh/refs/heads/main/posh.schema.json +version: v1.0 ## Prompt settings prompt: @@ -105,5 +106,5 @@ require: ## Example: Custom -#welcome: -# message: Hi, thanks for using POSH! +welcome: + message: Hi, thanks for using POSH!