We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3361d78 + 0aa7f1f commit 6e8ad3dCopy full SHA for 6e8ad3d
1 file changed
server/conf/bashrc_user_redhat.master
@@ -19,10 +19,11 @@ if [ -n "$LOGNAME" ]; then
19
cd $HOME
20
fi
21
22
+</tmpl_if>
23
24
## Change machine hostname to site domain ##
25
export HOSTNAME=<tmpl_var name='domain'>
-</tmpl_if>
26
+export PS1='\u@<tmpl_var name='domain'> \w\$ '
27
28
# User specific environment
29
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
0 commit comments