diff --git a/eixrc/00-eixrc b/eixrc/00-eixrc new file mode 100644 index 0000000..f0b6248 --- /dev/null +++ b/eixrc/00-eixrc @@ -0,0 +1,43 @@ +# /etc/eixrc/00-eixrc +# +# All non-hidden files in /etc/eixrc +# (or a subdirectory thereof) are read in alphabetical order. +# +# In these files system-wide defaults for variables related to eix can +# be stored, i.e. the variables set in files override the built-in defaults. +# Both can be overridden by ~/.eixrc and by environment variables. +# +# It is strongly recommended to set here only those variables which you +# want to *differ* from the built-in defaults (or for which you have a +# particular reason why the default should never change with an eix update). +# +# *Otherwise you might miss changes in the defaults in newer eix versions* +# which may result in confusing behavior of the eix binaries. +# +# If you want to get a file containing the setting of all related variables +# in the current/defaults state, redirect the output of options --dump +# or --dump-defaults, respectively. +# +# However once more: To avoid unexpected problems +# +# *IT IS NOT RECOMMENDED TO SET _ALL_ VARIABLES* in /etc/eixrc/* +# +# Only set those for which you have a reason to do so! +# +# For the available variables and their defaults, see the output of the +# options --dump or --dump-defaults. +# For more detailed explanations see the manpage of eix. +PORTDIR_CACHE_METHOD='sqlite' +OVERLAY_CACHE_METHOD='sqlite' + +COLOR_INST_VERSION="white,1;blue|33,1;%{BG1}|black;green|30,1;%{BG3}" + +BG0=none; +BG1=none; +BG2=none; +BG3=none; + +COLORSCHEME0=0; +COLORSCHEME1=0; +COLORSCHEME2=0; +COLORSCHEME3=0;