# .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;33m\][ \h ]: \W\[\033[00m\] ' 
