From 6e3d773dd59c28b9cef2e5540352ae93d154897f Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 3 Feb 2013 17:12:07 +0100 Subject: [PATCH] add gtkrc.mine location for qgtkstyle, because it does not like includes. --- zsh/exports.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/exports.zsh b/zsh/exports.zsh index c965767..7cd1c79 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -8,3 +8,6 @@ export LSCOLORS="exfxcxdxbxegedabagacad" export CLICOLOR=1 export GREP_COLOR='3;33' export CDPATH=~/projects:~/ + +# QGtkStyle does *not* like includes. +export GTK2_RC_FILES="$HOME/dotfiles/gtk/gtkrc.mine"