9
0
Fork 0
barebox/defaultenv/defaultenv-2-base/init/ps1

8 lines
156 B
Bash

#!/bin/sh
if [ ${global.allow_color} = "true" ]; then
export PS1="\e[1;32mbarebox@\e[1;36m\h:\w\e[0m "
else
export PS1="barebox@\h:\w "
fi