diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-19 10:34:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-19 10:34:24 +0300 |
| commit | 5302eed9cc9352271a25cebea0b821acc2b38120 (patch) | |
| tree | 9f4953043d8bd781dbf35c82a3a81469fe226713 | |
| parent | 89c4fd4635651fa7a932c48491759b6cde53ce50 (diff) | |
taskwarrior: exclude +personal tag from gos queue hashtags
Amp-Thread-ID: https://ampcode.com/threads/T-019da4a8-07f1-7698-829a-89fa7fab9129
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | fish/conf.d/taskwarrior.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/taskwarrior.fish b/fish/conf.d/taskwarrior.fish index f7eb48c..fc2e637 100644 --- a/fish/conf.d/taskwarrior.fish +++ b/fish/conf.d/taskwarrior.fish @@ -365,7 +365,7 @@ function taskwarrior::gos_queue set -a platforms "$tag" else if test "$tag" = soon -o "$tag" = prio -o "$tag" = now -o "$tag" = ask set -a modifiers "$tag" - else + else if test "$tag" != personal set -a hashtags "#$tag" end end |
