From a33968be140dba9c01125763328a716aab1ea9f3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 13 Aug 2014 00:37:04 +0200 Subject: misc Signed-off-by: Florian Pritz --- .gitconfig | 2 ++ .xinitrc | 17 +++++++++-------- .zshrc | 7 ++++--- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitconfig b/.gitconfig index 862bb49..d2e3822 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,6 +19,8 @@ mff = merge --ff-only refl = reflog --date=relative mnf = merge --no-ff + ours = "!f() { git checkout --ours $@ && git add $@; }; f" + theirs = "!f() { git checkout --theirs $@ && git add $@; }; f" [merge] tool = vimdiff conflictstyle = diff3 diff --git a/.xinitrc b/.xinitrc index daa7a7b..c063153 100644 --- a/.xinitrc +++ b/.xinitrc @@ -3,6 +3,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 export SDL_AUDIODRIVER=pulseaudio +export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh xrandr --output DVI-D-0 --left-of DVI-I-1 @@ -20,9 +21,9 @@ setxkbmap de nodeadkeys xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & -remote-notify-client.sh & +remote-notify-client.sh /dev/null; then #eval $(keychain --eval -q) -- cgit v1.2.3-24-g4f1b