From 0685c72a712ac31b64affe62e1b3c9d630ae4671 Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Sun, 8 Sep 2013 22:26:59 +0600 Subject: [PATCH] =?UTF-8?q?Ooo=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20?= =?UTF-8?q?=D0=B8=D0=B7=20PATH=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 7ec4acf..e3135fa 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Сб 07 сен 2013 14:19:29 +# Изменён: Вс 08 сен 2013 22:24:12 # ################################################################################ @@ -178,7 +178,6 @@ if [[ $OS != Windows* ]]; then 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 - path++ $OOoPath PATH fi path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH @@ -193,6 +192,8 @@ if [ $UID -eq 0 ]; then path++ /usr/sbin PATH path++ /usr/local/sbin PATH else + path++ $OOoPath PATH + PROMPT_COLOR='\033[1;32m' export HOME=/home/$(whoami) fi