summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-28 08:55:55 +0300
committerPaul Buetow <paul@buetow.org>2026-04-28 08:55:55 +0300
commit917f8d3c89692e077ce929eca4a6802ec0d6bda5 (patch)
treef4a085d505d2a35d9b9ca82754bc45cec59f1eee /fish
parent6425696b074bc3ceac3b0f8118ec3ac6d7928a74 (diff)
deprecate this way of collecting uprecords
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/supersync.fish19
1 files changed, 0 insertions, 19 deletions
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