From 8debc9ec9caed3bad157a258583f20cafaaa8ac7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Feb 2024 10:21:33 +0000 Subject: Adds fish 2024 version config --- fish2024/functions/vdirsyncer.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/vdirsyncer.fish (limited to 'fish2024/functions/vdirsyncer.fish') 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 -- cgit v1.2.3