1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-18 17:51:42 +00:00
dotfiles/bash/.bash_profile

8 lines
153 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
2015-10-24 23:36:05 +00:00
export PATH="/usr/local/heroku/bin:$HOME/.local/bin:$HOME/.bin$PATH"