From 8d7a8d522e9175e64a8c2d564b8442055bb385ca Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 12 Mar 2014 20:59:24 +0600 Subject: [PATCH] =?UTF-8?q?V5:=20=D0=BF=D0=B5=D1=80=D0=B5=D1=85=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=BD=D0=B0=20gentoo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/bashrc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 6763230..bc09ce6 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вск 15 Сен 2013 21:59:57 +# Изменён: Ср 12 мар 2014 20:56:39 # ################################################################################ @@ -56,11 +56,6 @@ export MAKEOPTS="-j 3" if [[ $OS != Windows* ]]; then #Версия gcc GCCV=$(\gcc --version | head -n 1 | cut -d ' ' -f 3) - - export C_INCLUDE=/usr/lib/gcc/i486-slackware-linux/$GCCV/include-fixed/ - export C_INCLUDE_PATH=/usr/libexec/gcc/i486-slackware-linux/$GCCV/:/usr/lib/gcc/i486-slackware-linux/$GCCV/include-fixed/:/usr/lib/gcc/i486-slackware-linux/$GCCV/include - export CPLUS_INCLUDE_PATH=/usr/lib/gcc/i486-slackware-linux/$GCCV/include-fixed/ - export LD_LIBRARY_PATH=/usr/libexec/gcc/i486-slackware-linux/$GCCV/ fi #Формат времени, выводимый командой time @@ -170,12 +165,9 @@ path++ () { INIT_PATH=$PATH PATH="." -#- TODO: Slackware if [[ $OS != Windows* ]]; then - path++ $SHELLRC/etc/shell/cw/def PATH + #path++ $SHELLRC/etc/shell/cw/def PATH path++ $SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH - path++ /usr/lib/qt/bin PATH - path++ /usr/libexec/gcc/i486-slackware-linux/$GCCV PATH fi path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH