diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-29 12:04:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-29 12:04:21 +0200 |
commit | cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea (patch) | |
tree | 7dc21e14f3d80f61fa776b59f0d7947048d806c6 | |
parent | fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1 (diff) | |
download | dotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.gz dotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .gitconfig | 4 | ||||
-rw-r--r-- | .xinitrc | 2 | ||||
-rw-r--r-- | .zshrc | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -24,7 +24,7 @@ p = push --follow-tags dw = diff --color-words [merge] - tool = vimdiff + tool = kdiff3 conflictstyle = diff3 [push] default = current @@ -59,3 +59,5 @@ show = /usr/share/git/diff-highlight/diff-highlight | less [grep] lineNumber = true +[tag] + sort = version:refname @@ -4,7 +4,7 @@ cd $HOME export VDPAU_NVIDIA_NO_OVERLAY=1 #export SDL_AUDIODRIVER=alsa export SDL_AUDIODRIVER=pulse -export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh export QT_QPA_PLATFORMTHEME="qt5ct" [[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l @@ -679,7 +679,7 @@ if [[ -e $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highligh source $HOME/git/dotfiles/.zsh/zsh-syntax-highlighting-git/zsh-syntax-highlighting.zsh fi -export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh #if type keychain >/dev/null; then #eval $(keychain --eval -q) |