9
0
Fork 0
barebox/arch/arm/boards/at91sam9m10ihd/env/init/ps1

10 lines
161 B
Bash

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