diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-05 17:23:03 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-05 17:23:03 +0100 |
commit | 3d2773ccc94be67d24846f2f45d80a4be5c17327 (patch) | |
tree | d9650ecf2bf495a7072b682ad3118ffb0c56a9cf | |
parent | 9b96a5d107ffe957a83e103f6328b91df75fe81e (diff) |
Adds a khal and taskwarrior alias
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ alias t="todoist-cli" alias khal="$HOME/src/virtualenvs/khal-venv/bin/khal" alias vdirsyncer="$HOME/src/virtualenvs/khal-venv/bin/vdirsyncer" alias khard="$HOME/src/virtualenvs/khal-venv/bin/khard" +alias thisweek='khal list today 5days -d google_timebox' +alias tcomptoday='task end.after:today-1d completed' # Environment variables export LEDGER_FILE="$HOME/Budget/hledger/budget.ledger" |