This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# echo $USER .bash_profile
|
|
export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin
|
|
source $BASH_SHELL_LOAD
|
|
if [ -f ~/.bashrc ]; then
|
|
. ~/.bashrc
|
|
fi
|