forked from openschc/openschc
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Laurent Toutain edited this page Jan 8, 2024
·
2 revisions
Welcome to the openschc wiki!
to change the shell go to homedir in a virtual host
edit .bashrc
case $HOSTNAME in
(App) export PS1="\e[0;32m[\u@\h \W]\$ \e[m";;
(core) export PS1="\e[1;34m[\u@\h \W]\$ \e[m";;
(device) export PS1="\e[1;31m[\u@\h \W]\$ \e[m";;
(*) echo "Unknown host";;
esac
cd /home/openschc/openschc/examples