# .bashrc

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

# User specific aliases and functions

# Set by Administrator
# Ruby on Rails support depends on this script
# Do NOT modify unless you know what you're doing
. /home/polorestaurant/.railsrc

