On 03/30/10 16:06, David Frascone wrote: > That would work fine for me. But, since I don't know where "vi" is, because > the "type" command doesn't work . . .
use 'which' to find executable files on the PATH (though not to find functions/aliases/builtins). ( /usr/bin/which on my system ) > And, here's another one: When I sudo from zsh or bash, my path is > maintained. When I do it from fish, the path does not work. So, in this > case, I was going to install the darwinports port for fish, so I could look > at the code, but: > > sudo port install fish Sudo works for me in all shells, but I'm on Linux. Mac OS X may be set up differently... -Isaac ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
