Re: [zfs-discuss] customizing "zfs list" with less typing

2010-01-23 Thread Richard L. Hamilton
> Just make 'zfs' an alias to your version of it. A > one-time edit > of .profile can update that alias. Sure; write a shell function, and add an alias to it. And use a quoted command name (or full path) within the function to get to the real command. Been there, done that. But to do a good job

Re: [zfs-discuss] customizing "zfs list" with less typing

2010-01-23 Thread Frank Cusack
On January 23, 2010 4:33:59 PM -0800 "Richard L. Hamilton" wrote: It might be nice if "zfs list" would check an environment variable for a default list of properties to show (same as the comma-separated list used with the -o option). If not set, it would use the current default list; if set, it