summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/vdirsyncer.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/vdirsyncer.fish')
-rw-r--r--fish2024/functions/vdirsyncer.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/vdirsyncer.fish b/fish2024/functions/vdirsyncer.fish
new file mode 100644
index 0000000..6f12d53
--- /dev/null
+++ b/fish2024/functions/vdirsyncer.fish
@@ -0,0 +1,4 @@
+function vdirsyncer --wraps=/home/lemon/src/virtualenvs/khal-venv/bin/vdirsyncer --description 'alias vdirsyncer=/home/lemon/src/virtualenvs/khal-venv/bin/vdirsyncer'
+ /home/lemon/src/virtualenvs/khal-venv/bin/vdirsyncer $argv
+
+end