On Fri, Oct 8, 2010 at 2:47 PM, Italo Maia <[email protected]> wrote: > Why the `source` command does not work with fish?
fish's equivalent of the `source` command is `.` (a period). Running `help source` in fish will show you more information: http://fishshell.org/user_doc/commands.html#source Cheers. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
