Re: Coding with VIM
Re: Coding with VIM
- Subject: Re: Coding with VIM
- From: Kevin Grant <email@hidden>
- Date: Fri, 30 Jan 2004 21:45:27 -0600
This won't work if you are executing your 'rc' file as a script that
terminates. The 'cd' only has effect for the process where it is
executed (and subprocesses). . . .
It ought to work if a new shell is created. For example:
cd /someplace/else
exec bash
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.