You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/bash/.bash_profile

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"