summaryrefslogtreecommitdiffstats
path: root/defaultenv/defaultenv-2-base/init/ps1
blob: 02d7b4b7807ad864cca6a17eff2186b5ba4452cb (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 "
else
        export PS1="barebox@\h:\w "
fi