This commit is contained in:
Oliver Ladner 2015-12-12 23:23:56 +01:00
commit d8467ac675
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ alias rm='rm -I'
alias gdp='git diff --color HEAD^ HEAD'
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
alias gdc='git diff --color'
alias gst='git status'
# export standard terminal for remote connections
#alias ssh='export TERM=xterm && ssh'

View file

@ -2,6 +2,9 @@
name = Oliver Ladner
email = waste@lugh.ch
[core]
editor = vim
[color]
branch = auto
diff = auto