From e8fbf9c3446ad19c2fcbaa4adc21100a560c18bd Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Fri, 22 Aug 2014 00:30:45 +0200 Subject: [PATCH] Updated path --- bash_profile | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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