Newer
Older
barebox / arch / arm / boards / highbank / env / init / ps1
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 9 Apr 2013 161 bytes highbank: switch to defaultenv-2
#!/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