From de975a48080e01474b0cb790df320cb30f56e63b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 29 Jul 2015 14:05:58 -0700 Subject: [bash] new alias to set my git info. --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 081aaf6..6bc2d77 100644 --- a/bashrc +++ b/bashrc @@ -68,4 +68,9 @@ alias pjson="python -mjson.tool" # tmux alias tmux='tmux -2' +function gitme { + git config --local user.email "franckcuny@gmail.com" + git config --local user.name "Franck Cuny" +} + [ -f "${HOME}/.bash_local" ] && source "${HOME}/.bash_local" -- cgit 1.4.1