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