load a custom bash wrapper that loads the following alias
cd () { command cd $*; if [ -f .localenv ]; then . .localenv ; cat .localenv ; fi ;}
Log in to post a comment.