From 145d73d38ac87c86b38c706addd6be6898aa7180 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 5 Mar 2019 13:43:33 +0300 Subject: [PATCH] bash: root PATH --- etc/shell/bash/bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index ab35ebf..cd650dc 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: вт 19 фев 2019 13:49:26 +# Изменён: Пн 25 фев 2019 10:03:38 # ################################################################################ @@ -173,6 +173,7 @@ if [ $UID -eq 0 ]; then PROMPT_COLOR='\033[1;31m' export HOME=/root + path++ $INIT_PATH PATH path++ /sbin PATH path++ /usr/sbin PATH path++ /usr/local/sbin PATH