Skip to content

Commit

Permalink
Removing installer-added stuff from .bash_profile
Browse files Browse the repository at this point in the history
Each machine using the repo should make their own branch to commit that stuff to
  • Loading branch information
JWSenteney committed Dec 4, 2018
1 parent d3925e4 commit f68e145
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx # ls colors for dark background (subdued)
# gitignore.io command
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}

###-----------------------------------###
### STUFF ADDED BY VARIOUS INSTALLERS ###
###-----------------------------------###
export PATH="/usr/local/sbin:$PATH"

[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion

# added by Anaconda3 5.2.0 installer
export PATH="/Users/jsenteney/anaconda3/bin:$PATH"
###------------------------------------------###
### STUFF ADDED BY VARIOUS INSTALLERS BELOW ###
###------------------------------------------###

0 comments on commit f68e145

Please sign in to comment.