summaryrefslogtreecommitdiff
path: root/zsh/functions/_vault
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-12-19 15:59:28 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2020-12-19 15:59:28 +0000
commit070094c8819d646dea4fa8e8b8659f54b54a52de (patch)
treeaaddd2dba18639f98af2753bced5d4a718e311c4 /zsh/functions/_vault
parent0cc851aeeb4f4f99da91b8778e3218b164c6c140 (diff)
zsh: Add a vault command
Diffstat (limited to 'zsh/functions/_vault')
-rw-r--r--zsh/functions/_vault3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/functions/_vault b/zsh/functions/_vault
new file mode 100644
index 0000000..5cab4e5
--- /dev/null
+++ b/zsh/functions/_vault
@@ -0,0 +1,3 @@
+#compdef vault
+
+_arguments ": :(close open)" ": :_path_files"