From c5ea363985f563d8fe964081d92e5fa39dd44935 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 16 Jan 2014 10:58:26 +0100 Subject: eixrc: Move to XDG_CONFIG_HOME/eixrc/eixrc This needs the variable EIXRC set, which is done is environment.sh --- .config/bash/environment.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/bash/environment.sh') diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index fcb3e84..1edc237 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -98,6 +98,8 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export GTK2_RC_FILES="${XDG_CONFIG_HOME}/gtk-2.0/gtkrc" +export EIXRC="${XDG_CONFIG_HOME}/eixrc/eixrc" + # matlow wont start on some system without this export LIBXCB_ALLOW_SLOPPY_LOCK=true -- cgit