Open ~/.bash_profile in your favorite editor and add the following content to the bottom.
# Git branch in prompt.
parse_git_branch() {| ## | |
| # add this to your provision.sh | |
| # | |
| # [!] run as 'vagrant' like this: | |
| # su vagrant -c "source ${PROVISION_DIR}/provision-node.sh" | |
| # | |
| # [!] please keep the echo messages. those actions could take some more time without any output, so let the user know. | |
| ## | |
| # install latest nvm |
| /** | |
| * Advanced Window Snap | |
| * Snaps the Active Window to one of nine different window positions. | |
| * | |
| * @author Andrew Moore <andrew+github@awmoore.com> | |
| * @version 1.0 | |
| */ | |
| /** | |
| * SnapActiveWindow resizes and moves (snaps) the active window to a given position. |
| for app in $(heroku apps); do heroku apps:destroy --app $app --confirm $app; done |