diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
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" |