1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-16 08:41:42 +00:00
dotfiles/bash/.bash_profile
2015-10-25 01:36:05 +02:00

8 lines
153 B
Bash

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