Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 247 → Rev 630

/conf/bashrc
1,6 → 1,8
# $Id$
# /etc/bashrc
 
ORGANISME=""
 
# System wide functions and aliases
# Environment stuff goes in /etc/profile
 
25,9 → 27,9
# [ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ " # default
# met un peu de couleur sur le compte 'root'
if [ `id -un` = root ]; then
PS1='\[\033[1;31m\]\h:\w\$\[\033[0m\] '
PS1='\[\033[1;31m\]\h-$ORGANISME:\w\$\[\033[0m\] '
else
PS1='\[\033[1;30m\]\h:\w\$\[\033[0m\] '
PS1='\[\033[1;30m\]\h-$ORGANISME:\w\$\[\033[0m\] '
fi