add gtkrc.mine location for qgtkstyle, because it does not like includes.

auto-flake-update
Yorick van Pelt 2013-02-03 17:12:07 +01:00
parent 13994d8632
commit 6e3d773dd5
1 changed files with 3 additions and 0 deletions

View File

@ -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"