1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-19 18:21:43 +00:00
dotfiles/bash/.bash_profile
J. Fernando Sánchez fc8c11d360 New config
2015-09-18 02:14:17 +02: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"