summaryrefslogtreecommitdiff
path: root/fish/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'fish/conf.d')
-rw-r--r--fish/conf.d/taskwarrior.fish2
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