Skip to content

Commit

Permalink
remove cd hijack
Browse files Browse the repository at this point in the history
  • Loading branch information
lxyu committed Nov 28, 2014
1 parent 906a6c8 commit 43cc930
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .bashrc
Expand Up @@ -203,14 +203,4 @@ function autoenv_virtualenv() {
fi
}

function cd() {
if builtin cd "$@"; then
autoenv_init
git_user_verify
return 0
else
return $?
fi
}

PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

0 comments on commit 43cc930

Please sign in to comment.