# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions export PS1='\[\033[01;28m\]\t \[\033[01;31m\]\u@\[\033[01;34m\]\h \W\$\[\033[00m\] '