Mam problem z dodaniem zmiennej systemowej w fedorze 19

moj plik uzytkownika ~/.bash_profile wyglada tak:

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

RTR=/rtr/rtr/local

export RTR

PATH=$RTR/bin:$HOME/.local/bin:$HOME/bin:$RTR/include/:$PATH

export PATH

LIBRARY_PATH=$RTR/lib:$LIBRARY_PATH

export LIBRARY_PATH

LD_LIBRARY_PATH=$RTR/lib64:$RTR/lib:$RTR/share:$LD_LIBRARY_PATH #################tutaj sie nie dodaje i podczas konfigurowania uzywalem source ~/.bash_profile i wtedy sie dodawalo

export LD_LIBRARY_PATH

ORACLE_HOME=/rtr/rtr/oracle

export ORACLE_HOME

C_INCLUDE_PATH=$RTR/include

export C_INCLUDE_PATH

CPLUS_INCLUDE_PATH=$C_INCLUDE_PATH

export CPLUS_INCLUDE_PATH

export LD_LIBRARY_PATH

export PATH

#bash_prifile roota jest identycznyjak ten 

problem polega na tym, ze po przelogowaniu uzytkownika dodaj sie wszystkie zmienne poza LD_LIBRARY_PATH jej dodanie za kazdym razem musze wymuszac sourcem. Co jest nie tak ?

dodanie znacznika <code class="bash"> - fp