I'm not detecting a question in your post #36.
Ops....
Post #34
I don't understand English very well, try to explain yourself betterThe PATH can be exported from a number of different files.
I'm not detecting a question in your post #36.
I don't understand English very well, try to explain yourself betterThe PATH can be exported from a number of different files.
"The PATH can be exported from a number of different files" simply means that the export command can occur in a number of different files, and the user therefore, has the choice of where to use the command.Ops....
Post #34
I don't understand English very well, try to explain yourself better
#-----------start existing code-------------
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
#------------------end existing code------------
export PATH
[~]$ grep export .bashrc
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
export XCURSOR_SIZE=48
export BC_ENV_ARGS=$HOME/.bcrc
#LS_COLORS=$LS_COLORS:'di=01;94:' export LS_COL