Browse Source

root PATH: fix

master
Maxim Likhachev 6 years ago
parent
commit
b6d44e6a81
  1. 3
      etc/shell/bash/bashrc

3
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/bash ####################################################################
#
# Изменён: Сб 23 фев 2019 17:31:37
# Изменён: Сб 23 фев 2019 18:10:48
#
################################################################################
@ -173,6 +173,7 @@ if [ $UID -eq 0 ]; then @@ -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

Loading…
Cancel
Save