integ/base/setup/files/prompt.sh
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

5 lines
53 B
Bash

if [ "$PS1" ]; then
PS1='\h:\w\$ '
fi
export PS1