Newer
Older
barebox / arch / arm / boards / at91sam9m10ihd / env / init / ps1
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 25 Jan 2013 161 bytes at91: add at91sam9m10ihd tablet support
#!/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