Re: [PATCH] commands: ls: add ll as an alias for ls -l

2014-06-23 Thread Sascha Hauer
On Wed, Jun 18, 2014 at 09:41:02PM +0200, Jan Luebbe wrote: This saves one second of user time on every interactive boot. Signed-off-by: Jan Luebbe j...@pengutronix.de Applied, thanks Sascha --- commands/ls.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [PATCH] commands: ls: add ll as an alias for ls -l

2014-06-23 Thread Holger Schurig
Wouldn't it be better if barebox's shell gets the alias command? This would solve a problem like this, and we also could get rid of one of edit/sedit commands ... ___ barebox mailing list barebox@lists.infradead.org

Re: [PATCH] commands: ls: add ll as an alias for ls -l

2014-06-23 Thread Sascha Hauer
On Mon, Jun 23, 2014 at 09:20:40AM +0200, Holger Schurig wrote: Wouldn't it be better if barebox's shell gets the alias command? This would solve a problem like this, and we also could get rid of one of edit/sedit commands ... Why not? Send patches ;) Sascha -- Pengutronix e.K.

Re: [PATCH] commands: ls: add ll as an alias for ls -l

2014-06-23 Thread Alexander Aring
On Mon, Jun 23, 2014 at 09:44:28AM +0200, Sascha Hauer wrote: On Mon, Jun 23, 2014 at 09:20:40AM +0200, Holger Schurig wrote: Wouldn't it be better if barebox's shell gets the alias command? This would solve a problem like this, and we also could get rid of one of edit/sedit commands ...

[PATCH] commands: ls: add ll as an alias for ls -l

2014-06-18 Thread Jan Luebbe
This saves one second of user time on every interactive boot. Signed-off-by: Jan Luebbe j...@pengutronix.de --- commands/ls.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/commands/ls.c b/commands/ls.c index 3440790..f8144ae 100644 --- a/commands/ls.c +++ b/commands/ls.c @@