aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-04 16:36:48 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-04 16:36:48 +0000
commit44e625da574d49152fc0682e5e53f3a03a19d58c (patch)
tree9b4b6c7088490762fe11da01ba4515b2ff61e191 /fish2024/functions
parentc1f10070a396349168592d598da49075e7edea69 (diff)
Adds the khal alias to fish
Diffstat (limited to 'fish2024/functions')
-rw-r--r--fish2024/functions/khal.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/khal.fish b/fish2024/functions/khal.fish
new file mode 100644
index 0000000..6181c55
--- /dev/null
+++ b/fish2024/functions/khal.fish
@@ -0,0 +1,4 @@
+function khal --wraps=/home/lemon/src/virtualenvs/khal-venv/bin/khal --description 'alias khal=/home/lemon/src/virtualenvs/khal-venv/bin/khal'
+ /home/lemon/src/virtualenvs/khal-venv/bin/khal $argv
+
+end