fix merge issue
This commit is contained in:
parent
28baa17c50
commit
ef93d18e86
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
export GOPATH=~/build/go
|
||||
|
||||
source $HOME/.cargo/env
|
||||
|
@ -9,8 +8,7 @@ fi
|
|||
|
||||
if [ -d $GOPATH/bin ]; then
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
=======
|
||||
export PATH=~/bin/scripts:~/bin:/usr/local/bin:$PATH
|
||||
fi
|
||||
|
||||
# We are on a Macports system
|
||||
if [ -d /opt/local ]; then
|
||||
|
@ -25,7 +23,6 @@ if [ "$(id -u)" -eq "0" ]; then
|
|||
fi
|
||||
|
||||
export PATH=/usr/local/sbin:$PATH
|
||||
>>>>>>> f2eb8b201305d0dc745297c82466df103afbcc76
|
||||
fi
|
||||
|
||||
# OS X stuff if availabe
|
||||
|
|
Loading…
Add table
Reference in a new issue