diff --git a/bash_profile b/bash_profile index edb1c96..135bd81 100644 --- a/bash_profile +++ b/bash_profile @@ -1,4 +1,4 @@ -export PATH=$PATH:/opt/local/bin:/usr/local/lib/io:~/.cabal/bin +export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc diff --git a/zshrc b/zshrc index b4767c2..c07ced4 100644 --- a/zshrc +++ b/zshrc @@ -15,7 +15,7 @@ setopt appendhistory autocd extendedglob nomatch notify bindkey -e # End of lines configured by zsh-newuser-install -export PATH=$PATH:/opt/local/bin:/usr/local/lib/io:~/.cabal/bin +export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info export PYTHONSTARTUP=~/.pythonrc