1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 18:21:43 +00:00
dotfiles/bash_profile
J.Fernando Sánchez e4c1487749 First commit
2012-12-01 05:11:06 +01:00

8 lines
126 B
Bash

if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"