# .bashrc

# User specific aliases and functions
export PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH"

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi
