From d5d5abddc68a8907603bd60f96d697fd0aa217a4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 18 Jun 2026 08:05:01 +0300 Subject: worktime: point uprecords helper at scripts/ subdir in worktime repo Amp-Thread-ID: https://ampcode.com/threads/T-019ed908-ca57-7251-8ff1-ce10c8c3a787 Co-authored-by: Amp --- fish/conf.d/worktime.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fish') diff --git a/fish/conf.d/worktime.fish b/fish/conf.d/worktime.fish index 09c76ce..d84c1c8 100644 --- a/fish/conf.d/worktime.fish +++ b/fish/conf.d/worktime.fish @@ -54,8 +54,8 @@ function worktime::supersync # uprecords collect/import live in the (private) worktime repo so that # host-specific details stay out of the public dotfiles repo. The script # guards internally (collect on Darwin, import on earth). - sh $WORKTIME_DIR/.uprecords-sync.sh collect - sh $WORKTIME_DIR/.uprecords-sync.sh import + sh $WORKTIME_DIR/scripts/uprecords-sync.sh collect + sh $WORKTIME_DIR/scripts/uprecords-sync.sh import worktime::supersync_sync no_sync_quotes end -- cgit v1.2.3