mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 19:52:29 +00:00
8 lines
126 B
Bash
8 lines
126 B
Bash
|
if [ -f ~/.bashrc ]; then
|
||
|
source ~/.bashrc
|
||
|
fi
|
||
|
|
||
|
|
||
|
### Added by the Heroku Toolbelt
|
||
|
export PATH="/usr/local/heroku/bin:$PATH"
|