summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/bash/environment.sh2
-rw-r--r--.config/eixrc/eixrc2
2 files changed, 4 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
diff --git a/.config/eixrc/eixrc b/.config/eixrc/eixrc
new file mode 100644
index 0000000..fbff76c
--- /dev/null
+++ b/.config/eixrc/eixrc
@@ -0,0 +1,2 @@
+FORCE_USECOLORS=true
+UPGRADE_TO_HIGHEST_SLOT=false