> If you want all your commands in 2 characters like *nix then use the 
> 'alias' command and make you own.  Thats what its for.  Consistency is a 
> key item in user understanding and usability.

That reminds me, that in fact darcs commands are much shorter for me:

MAIM yumyum:~$ type dw
dw is a function
dw () 
{ 
    darcs whatsnew ${*}
}
MAIM yumyum:~$ type dwl
dwl is a function
dwl () 
{ 
    darcs whatsnew -l ${*}
}
MAIM yumyum:~$ type dr
dr is a function
dr () 
{ 
    darcs record ${*}
}

If you're not conversant with bash, that means that I've created aliases so
that I type "dr" instead of "darcs record".

Regards,

Zooko

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to