From d89ac50b14aa0a12d422f5d754609c58bf5e24b7 Mon Sep 17 00:00:00 2001 From: Adrian Abeyta Date: Tue, 4 Aug 2026 18:14:10 -0600 Subject: [PATCH] tilde must be quoted in yaml values --- .store/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.store/config.yaml b/.store/config.yaml index b8bb910..ec13740 100644 --- a/.store/config.yaml +++ b/.store/config.yaml @@ -1,11 +1,11 @@ stores: apps: - target: ~ + target: "~" files: - .omp - .emacs.d/init.el bash: - target: ~ + target: "~" files: - .aliases - .bash_profile @@ -14,10 +14,10 @@ stores: - .functions - .prompt fun: - target: ~/ + target: "~" files: - .fun git: - target: ~/ + target: "~" files: - .gitconfig