fix: xdg-open shouldn't have piped output from xclip

This commit is contained in:
Alex Kelly 2023-01-31 15:02:28 -05:00
parent b5feda4a8f
commit 79e0a61ed5

View file

@ -22,7 +22,7 @@ alias to='taskopen'
# Shortcut for my weekly report, based on my task-status utility: https://git.arachnitech.com/kellya/task-status
alias ts='task-status --bullet=""'
alias tsx='task-status --bullet="*"|xclip|/usr/bin/xdg-open https://frnkl.in/tins/update'
alias tsx='task-status --bullet="*"|xclip;/usr/bin/xdg-open https://frnkl.in/tins/update'
# context control
alias tc="task context"