diff --git a/dotfiles/profile b/dotfiles/profile index f42df6a..d3cd021 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -14,7 +14,7 @@ fi # Paths and preferences export PATH="$HOME/bin:/sbin:/usr/sbin:$PATH" -export PYTHONPATH="$HOME/.python" +export PYTHONPATH="$HOME/.python:$PYTHONPATH" export GOPATH="$HOME/.go" export VISUAL=vim export EDITOR=vim