more mnemonics, make private email default
This commit is contained in:
19
gitconfig
19
gitconfig
@@ -5,6 +5,7 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
contains = branch --contains
|
contains = branch --contains
|
||||||
cr = codereview
|
cr = codereview
|
||||||
|
df = diff
|
||||||
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
|
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
|
||||||
ignored = ls-files --others
|
ignored = ls-files --others
|
||||||
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold cyan)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold cyan)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
||||||
@@ -51,12 +52,12 @@
|
|||||||
old = red bold
|
old = red bold
|
||||||
new = green bold
|
new = green bold
|
||||||
[color "grep"]
|
[color "grep"]
|
||||||
match = bold magenta
|
match = bold magenta
|
||||||
[color "interactive"]
|
[color "interactive"]
|
||||||
prompt = normal
|
prompt = normal
|
||||||
header = normal
|
header = normal
|
||||||
help = yellow
|
help = yellow
|
||||||
error = bold red
|
error = bold red
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = yellow
|
||||||
changed = green
|
changed = green
|
||||||
@@ -82,9 +83,9 @@
|
|||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = hellerve
|
name = hellerve
|
||||||
email = veit@veitheller.de
|
email = veit@veitheller.de
|
||||||
[credential]
|
[credential]
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
[http]
|
[http]
|
||||||
postBuffer = 1048576000
|
postBuffer = 1048576000
|
||||||
|
3
zshrc
3
zshrc
@@ -43,7 +43,8 @@ alias mk="make"
|
|||||||
alias psh="perl ~/.scripts/psh"
|
alias psh="perl ~/.scripts/psh"
|
||||||
alias push="git push"
|
alias push="git push"
|
||||||
alias pull="git pull"
|
alias pull="git pull"
|
||||||
alias virtualenv2="python2.7 /usr/local/lib/python2.7/site_packages/virtualenv.py"
|
alias g="git"
|
||||||
|
alias virtualenv2="python2.7 /usr/local/lib/python2.7/site-packages/virtualenv.py"
|
||||||
alias pupgrade2="pip2.7 install --upgrade pip; python2.7 ~/.pip-upgrade 2"
|
alias pupgrade2="pip2.7 install --upgrade pip; python2.7 ~/.pip-upgrade 2"
|
||||||
alias pupgrade3="pip3 install --upgrade pip; python3 ~/.pip-upgrade 3"
|
alias pupgrade3="pip3 install --upgrade pip; python3 ~/.pip-upgrade 3"
|
||||||
alias pupgrade="pupgrade2 && pupgrade3"
|
alias pupgrade="pupgrade2 && pupgrade3"
|
||||||
|
Reference in New Issue
Block a user