Skip to content

Commit

Permalink
Add some automatic bash_profile customizations:
Browse files Browse the repository at this point in the history
1. dato launcher
2. iterm2 shell integration
  • Loading branch information
Amiel Martin committed Feb 24, 2016
1 parent 2bd599a commit 0a5c87b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/bash_profile
Expand Up @@ -2,6 +2,7 @@ if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi

### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
# Added by Dato Launcher v2.0.2
export PATH="$PATH:/Users/amiel/anaconda/bin"

test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"

0 comments on commit 0a5c87b

Please sign in to comment.