summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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