Browse Source

bash: root PATH

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

3
etc/shell/bash/bashrc

@ -1,6 +1,6 @@
#!/bin/bash #################################################################### #!/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' PROMPT_COLOR='\033[1;31m'
export HOME=/root export HOME=/root
path++ $INIT_PATH PATH
path++ /sbin PATH path++ /sbin PATH
path++ /usr/sbin PATH path++ /usr/sbin PATH
path++ /usr/local/sbin PATH path++ /usr/local/sbin PATH

Loading…
Cancel
Save