you’re welcome :)
> Perfect - thanks Matteo!
>
>
> On Wed, Jun 18, 2014 at 4:34 PM, Matteo Cavalleri <shivabra...@gmail.com>
> wrote:
> function mcd
> mkdir -p $argv[1]
> and cd $argv[1]
> end
>
>
>
>> I discovered a nice collection of .bash_profile commands and would like to
>> add this one to fish:
>>
>> mcd () { mkdir -p "$1" && cd "$1"; }
>>
>> I've tried adding this to config.fish with no luck:
>>
>> function mcd
>> mkdir -p "$1" && cd "$1";
>> end
>>
>> Any idea how to add the above command to fish?
>
>
>
>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users