From 4d5fe49d498c8769c08be1339cffe89e495d7e52 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Apr 2025 18:47:47 +0300 Subject: Update --- dotfiles/fish/conf.d/supersync.fish | 2 +- dotfiles/fish/conf.d/taskwarrior.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 8ccd11e..fedff9b 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -81,7 +81,7 @@ function supersync supersync::worktime no_sync_quotes supersync::uprecords - if which gos >/dev/null + if test -f ~/.gos_enable gos end diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index ff37dd3..2044941 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -44,7 +44,7 @@ end function taskwarrior::add::track if test (count $argv) -gt 0 - task add priority:L +personal +track +nosched $argv + task add priority:L +personal +track $argv else vit +track end -- cgit v1.2.3