diff options
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 4 | ||||
| -rw-r--r-- | dotfiles/fish/conf.d/taskwarrior.fish | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index f69b34b..58d1c00 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -46,9 +46,6 @@ function supersync::worktime cd - end -function supersync::uprecords::darwin -end - function supersync::uprecords set -l uprecords_dir ~/git/uprecords set -l uprecords_repo git@codeberg.org:snonux/uprecords.git @@ -75,6 +72,7 @@ function supersync::taskwarrior end taskwarrior::export + taskwarrior::export::gos taskwarrior::import end diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index 343c414..c671e30 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -85,7 +85,7 @@ function _taskwarrior::set_import_export_tags end function taskwarrior::export::gos - task +share status:pending >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json" + task +share status:pending export >"$WORKTIME_DIR/tw-gos-export-$(date +%s).json" yes | task +share status:pending delete end |
