1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 18:21:43 +00:00
dotfiles/bash_profile

8 lines
126 B
Bash
Raw Normal View History

2012-12-01 04:11:06 +00:00
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"