Files
domo/bsp/board/raspberrypi/ovl/etc/profile.d/custom.sh
2016-11-16 22:04:31 +01:00

6 lines
143 B
Bash
Executable File

# Acces aux scripts personnels et code metier.
PATH=$PATH:/usr/local/bin
# Prompt indiquant nom d'hote et repertoire courant.
PS1='\h[\W]\$ '