From 8dc7733370c64a490278cff23680e1537276fcd3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 May 2017 20:40:44 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 1 - profile.env | 1 - 2 files changed, 2 deletions(-) diff --git a/csh.env b/csh.env index 80f64fe..a98f407 100644 --- a/csh.env +++ b/csh.env @@ -9,7 +9,6 @@ setenv EDITOR '/usr/bin/vim' setenv GCC_SPECS '' setenv GUILE_LOAD_PATH '/usr/share/guile/1.8' setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/info' -setenv LADSPA_PATH '/usr/lib64/ladspa' setenv LESS '-R -M --shift 5' setenv LESSOPEN '|lesspipe %s' setenv MANPATH '/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/lib64/php7.0/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/' diff --git a/profile.env b/profile.env index e610b4d..e18dddb 100644 --- a/profile.env +++ b/profile.env @@ -9,7 +9,6 @@ export EDITOR='/usr/bin/vim' export GCC_SPECS='' export GUILE_LOAD_PATH='/usr/share/guile/1.8' export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/info' -export LADSPA_PATH='/usr/lib64/ladspa' export LESS='-R -M --shift 5' export LESSOPEN='|lesspipe %s' export MANPATH='/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.26.1/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.6/man/:/usr/lib64/php7.0/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.5/man/' -- 2.39.5