added gitconf and zshrc

master
Daniel Naegele 11 years ago
parent e603db0009
commit 6c1064e76d
  1. 9
      gitconfig
  2. 6
      zshrc

@ -0,0 +1,9 @@
[user]
email = danieln@selfnet.de
name = Daniel Naegele
[push]
default = simple
[alias]
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ld = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
grep = grep -Ii

@ -0,0 +1,6 @@
export TERM="screen-256color"
# autostart tmux
if which tmux 2>&1 >/dev/null; then
test -z "$TMUX" && (tmux attach || tmux new-session)
fi
Loading…
Cancel
Save