updates
This commit is contained in:
parent
6dadcc4e12
commit
d8467ac675
2 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ alias rm='rm -I'
|
||||||
alias gdp='git diff --color HEAD^ HEAD'
|
alias gdp='git diff --color HEAD^ HEAD'
|
||||||
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
|
||||||
alias gdc='git diff --color'
|
alias gdc='git diff --color'
|
||||||
|
alias gst='git status'
|
||||||
|
|
||||||
# export standard terminal for remote connections
|
# export standard terminal for remote connections
|
||||||
#alias ssh='export TERM=xterm && ssh'
|
#alias ssh='export TERM=xterm && ssh'
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
name = Oliver Ladner
|
name = Oliver Ladner
|
||||||
email = waste@lugh.ch
|
email = waste@lugh.ch
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue