maelamrani
Member
Hello i have a question,
when i
export PS1="<$LOGNAME in $PWD>"
source .bashrc
/home/user
cd /etc
</home/user>
again even if i change the directory
but if i
export PS1="<$LOGNAME in \$PWD>"
source .bashrc
/home/user
cd /etc
</etc>
it update the PWD in the OUTPUT
Can someone explain me this plz
when i
export PS1="<$LOGNAME in $PWD>"
source .bashrc
/home/user
cd /etc
</home/user>
again even if i change the directory
but if i
export PS1="<$LOGNAME in \$PWD>"
source .bashrc
/home/user
cd /etc
</etc>
it update the PWD in the OUTPUT
Can someone explain me this plz