I edited my .bashrc
file, as shown in this image, by adding the following lines
TEST='123'
export TEST
However, I am not getting any output, when I run echo $TEST
. It outputs nothing - just an empty line and goes back to the prompt
I want to know the reason why it is like this.