From 6232fe80c41523a011877bbc870e11a7c850556d Mon Sep 17 00:00:00 2001 From: Adrian Abeyta Date: Tue, 4 Aug 2026 18:08:02 -0600 Subject: [PATCH] use home dir shortcut ~ again since bug was fixed in 'store' --- .store/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.store/config.yaml b/.store/config.yaml index 929e70d..b8bb910 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