From 7ac01c454ffc97f562fe38fb08d9106d73afef02 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 29 Mar 2019 18:24:43 +0100 Subject: [PATCH] add completion for config repo --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index e624994..754c1af 100644 --- a/.zshrc +++ b/.zshrc @@ -114,4 +114,7 @@ prompt_context(){} # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +compdef _git config=git +setopt no_complete_aliases + source ~/.gnupg/gnupg_agent