From a553dfb19538ec7d5ff8b0ded50f47731e6daf27 Mon Sep 17 00:00:00 2001 From: Nicolas Charlery Date: Fri, 16 Feb 2018 14:15:38 -0500 Subject: [PATCH] Add clear pair function --- civilcode.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/civilcode.zshrc b/civilcode.zshrc index 7eec6b4..af71cfe 100644 --- a/civilcode.zshrc +++ b/civilcode.zshrc @@ -1,3 +1,8 @@ source $HOME/.civilcode.erlang +function clear-pair(){ + git config --unset user.name + git config --unset user.email +} + [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local