integ/base/setup-config/files/prompt.sh

5 lines
53 B
Bash

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