summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/versatile/env/init/ps1
blob: a1d075499f176daa4508bd640b003c2be4f07886 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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