summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh/functions/_vault
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-06-19 09:27:27 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-06-19 09:27:27 +0100
commit01b48b3cd44cd08612c6b033b50feae2c96ff6e8 (patch)
treef4331e09c669209b56b7448f930dd7d6286334c8 /dotfiles-darwin/zsh/functions/_vault
parentb77fe30d8784ee494ef69de887fd224bcc6d441b (diff)
zsh: Move the ‘vault’ function to dotfiles-darwin
Diffstat (limited to 'dotfiles-darwin/zsh/functions/_vault')
-rw-r--r--dotfiles-darwin/zsh/functions/_vault3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/functions/_vault b/dotfiles-darwin/zsh/functions/_vault
new file mode 100644
index 0000000..5cab4e5
--- /dev/null
+++ b/dotfiles-darwin/zsh/functions/_vault
@@ -0,0 +1,3 @@
+#compdef vault
+
+_arguments ": :(close open)" ": :_path_files"