summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-21 00:02:54 +0200
committerPaul Buetow <paul@buetow.org>2026-01-21 00:02:54 +0200
commit67650f4694f50539427c1e0614b94d735ae3c8f3 (patch)
tree20fdf7906fe0c5b50b86ccb1501bfdb824a6ff01
parent4fdf84fc099da588d9d7893b533416a160bdc4ea (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/supersync.fish4
1 files changed, 1 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish
index b60d729..56478c2 100644
--- a/dotfiles/fish/conf.d/supersync.fish
+++ b/dotfiles/fish/conf.d/supersync.fish
@@ -56,8 +56,6 @@ end
function supersync::taskwarrior
if test -f ~/scripts/taskwarriorfeeder.rb
ruby ~/scripts/taskwarriorfeeder.rb
- else
- echo "No taskwarrior feeder script, skipping"
end
taskwarrior::export
@@ -73,7 +71,7 @@ function supersync::gitsyncer
set weekly_interval (math 7 \* 24 \* 60 \* 60)
if not test -f $enable_file
- echo Gitsyncer is not enabled
+ # echo Gitsyncer is not enabled
return
end