From a8e862d92e42d7e62480ce4f32522802657cc356 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 11 Oct 2020 14:09:53 +0200 Subject: [PATCH] vault completion --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 2974467..c233321 100644 --- a/.zshrc +++ b/.zshrc @@ -168,3 +168,6 @@ starship_precmd_user_func="_precmd" precmd_functions+=(_precmd) export PATH=$HOME/bin:$PATH + +autoload -U +X bashcompinit && bashcompinit +complete -o nospace -C /usr/bin/vault vault