summaryrefslogtreecommitdiff
path: root/.config/bash/environment.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/environment.sh')
-rw-r--r--.config/bash/environment.sh2
1 files changed, 2 insertions, 0 deletions
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