Skip to content

Commit

Permalink
fix z script's path
Browse files Browse the repository at this point in the history
  • Loading branch information
Superbil committed Feb 28, 2011
1 parent db4d239 commit 91b5cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01_path
Expand Up @@ -9,12 +9,12 @@ if [[ -x `which brew` ]]; then
fi

# set gsutil path
path=($HOME/project/gsutil $path)
path=($HOME/project/gsutil $path)
pythonpath=(${PYTHONPATH} $HOME/project/gsutil/boto)

# setup z script

. /Users/superbil/project/z/z.sh
path=($HOME/project/z/z.sh $path)
function precmd () {
z --add "$(pwd -P)"
}

0 comments on commit 91b5cb7

Please sign in to comment.