From 917f8d3c89692e077ce929eca4a6802ec0d6bda5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 28 Apr 2026 08:55:55 +0300 Subject: deprecate this way of collecting uprecords --- fish/conf.d/supersync.fish | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'fish') diff --git a/fish/conf.d/supersync.fish b/fish/conf.d/supersync.fish index c016c3a..0fdaef6 100644 --- a/fish/conf.d/supersync.fish +++ b/fish/conf.d/supersync.fish @@ -35,24 +35,6 @@ function supersync::worktime cd - end -function supersync::uprecords - set -l uprecords_dir ~/git/uprecords - set -l uprecords_repo git@codeberg.org:snonux/uprecords.git - - if not test -d $uprecords_dir - git clone $uprecords_repo $uprecords_dir - cd $uprecords_dir - else - cd $uprecords_dir - git pull - end - - make update - git commit -a -m Update - git push - cd - -end - function supersync::gitsyncer set enable_file ~/.gitsyncer_enable set now (date +%s) @@ -103,7 +85,6 @@ function supersync supersync::worktime sync_quotes taskwarrior::invoke supersync::worktime no_sync_quotes - supersync::uprecords supersync::prompts if test -f ~/.gos_enable -- cgit v1.2.3