[issue991] zsh.rc alias lsold has typo

Bernhard Tittelbach bts at bts.grml.org
Mon May 23 09:00:47 CEST 2011


New submission from Bernhard Tittelbach <xro at realraum.at>:

alias lsold in zshrc is actually identical to lsnew.

was:
  alias lsold="ls -rtlh *(D.om[1,10])"   # display the oldest files
should be:
  alias lsold="ls -rtlh *(D.Om[1,10])"   # display the oldest files

regards!

----------
assignedto: ft
messages: 3798
nosy: btittelbach, ft
priority: bug
status: unread
title: zsh.rc alias lsold has typo
topic: zsh

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue991>
_____________________________________


More information about the Bugs-changes mailing list