diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:02:41 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-04 15:06:36 +0100 |
commit | 0a49a7a027d6a01b88638043064ae28550f99b46 (patch) | |
tree | ae54aa1081d52e7508bf3ead89f3d1b48773f373 /bashrc | |
parent | 2d86fc88132fe1474b21a1a536d37df8b5c537cf (diff) |
Adds vdirsyncer, khal and khard
All config points working and syncing points to radicale server at this
point.
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,8 @@ alias tuntagged="task tags.none: list" alias ttoday="task ml_due_or_scheduled_today" alias tl="/home/lemon/Documents/Notes/todo/todo.sh list" alias t="/home/lemon/Documents/Notes/todo/todo.sh" +alias khal="$HOME/src/virtualenvs/khal-venv/bin/khal" +alias vdirsyncer="$HOME/src/virtualenvs/khal-venv/bin/vdirsyncer" # Environment variables export LEDGER_FILE="$HOME/Budget/ledger/hledger/budget.ledger" |