fix: update for wayland clipboard use
This commit is contained in:
parent
7eb4701b78
commit
95fad87215
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ alias to='taskopen'
|
||||||
|
|
||||||
# Shortcut for my weekly report, based on my task-status utility: https://git.arachnitech.com/kellya/task-status
|
# Shortcut for my weekly report, based on my task-status utility: https://git.arachnitech.com/kellya/task-status
|
||||||
alias ts='task-status --bullet=""'
|
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="*"|wl-copy;/usr/bin/xdg-open https://frnkl.in/tins/update'
|
||||||
|
|
||||||
# context control
|
# context control
|
||||||
alias tc="task context"
|
alias tc="task context"
|
||||||
|
|
Loading…
Reference in a new issue