5 lines
53 B
Bash
5 lines
53 B
Bash
if [ "$PS1" ]; then
|
|
PS1='\h:\w\$ '
|
|
fi
|
|
export PS1
|
if [ "$PS1" ]; then
|
|
PS1='\h:\w\$ '
|
|
fi
|
|
export PS1
|