Menu

#2 Override SHELL variable

open
5
2004-05-25
2004-05-25
No

load a custom bash wrapper that loads the following alias

cd () { command cd $*; if [ -f .localenv ];
then . .localenv ; cat .localenv ; fi ;}

Discussion


Log in to post a comment.