# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs
PATH=$HOME/bin:/home/vagrant/src/kumascript/node_modules/.bin:$PATH
export PATH

# More useful to start in the project directory than in user home
cd /home/vagrant/src
