summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-27 18:47:47 +0300
committerPaul Buetow <paul@buetow.org>2025-04-27 18:47:47 +0300
commit4d5fe49d498c8769c08be1339cffe89e495d7e52 (patch)
tree8c337daecd1ffea5159bdd18c1ec33e5bd4db2fa
parent483d6b251b0160d573889c4291f9afbcead49430 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/supersync.fish2
-rw-r--r--dotfiles/fish/conf.d/taskwarrior.fish2
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