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