fix: xdg-open shouldn't have piped output from xclip
This commit is contained in:
parent
b5feda4a8f
commit
79e0a61ed5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue