BUG: Stop duplicating $PATH
This commit is contained in:
parent
e4b9e89a3c
commit
e4660141e6
4 changed files with 20 additions and 22 deletions
15
zsh/zshenv
15
zsh/zshenv
|
@ -43,6 +43,21 @@ path=(
|
|||
$path
|
||||
)
|
||||
|
||||
# set up local bin dirs
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.bin"
|
||||
|
||||
# shortcuts to projects
|
||||
export CDPATH="$CDPATH:$HOME/caporaso/qiime2"
|
||||
export CDPATH="$CDPATH:$HOME/projects"
|
||||
|
||||
# set up golang
|
||||
export GOPATH="/Users/matthew/go"
|
||||
export PATH="$PATH:$GOPATH/bin"
|
||||
export CDPATH="$CDPATH:$GOPATH/src/github.com:$GOPATH/src/code.google.com/p:$GOPATH/src/bitbucket.org"
|
||||
|
||||
# set miniconda3 bin dir last
|
||||
export PATH="$PATH:$HOME/miniconda3/bin"
|
||||
|
||||
#
|
||||
# Less
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue