Commit 96096821 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

PS1 should be exported to be used in subshells

parent 0747203b
...@@ -93,6 +93,7 @@ export XDG_CONFIG_DIRS=$${XDG_CONFIG_DIRS:-/etc/xdg/} ...@@ -93,6 +93,7 @@ export XDG_CONFIG_DIRS=$${XDG_CONFIG_DIRS:-/etc/xdg/}
export XDG_RUNTIME_DIR=$${XDG_RUNTIME_DIR:-/tmp/xdg-$$USER} export XDG_RUNTIME_DIR=$${XDG_RUNTIME_DIR:-/tmp/xdg-$$USER}
PS1="[\u@\h \W]\\$$ " PS1="[\u@\h \W]\\$$ "
export PS1
for script in /etc/profile.d/*.sh ; do for script in /etc/profile.d/*.sh ; do
if [ -r $$script ] ; then if [ -r $$script ] ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment