|
|
@ -8,11 +8,11 @@ |
|
|
|
# |
|
|
|
# Beware that other modifications to path might be made in .zshrc or .bashrc |
|
|
|
export GOPATH=~/gocode |
|
|
|
export PATH=~/code/ansible/bin:~/firefox:~/bin:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin:~/.chefdk/gem/ruby/2.3.0/bin |
|
|
|
export PATH=~/firefox:~/bin:/usr/local/bin:~/.local/bin/:$PATH:$GOPATH/bin:~/.chefdk/gem/ruby/2.3.0/bin |
|
|
|
|
|
|
|
# Needed for ansible - wouldn't surprise me if this interfered with other |
|
|
|
# things: |
|
|
|
export PYTHONPATH=~/code/ansible/lib |
|
|
|
# export PYTHONPATH=~/code/ansible/lib |
|
|
|
|
|
|
|
# Debian stuff: |
|
|
|
export DEBEMAIL="bbearnes@gmail.com" |
|
|
|