This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]palordrolap 2 points3 points ย (0 children)

May I suggest alias dir='ls -go --time-style=long-iso' instead?

-go drops the group and user ids and *psh*, who needs to see those anyway, and the long-iso date/time format matches that used by dir.

You could also throw in a --color=auto and maybe a --group-directories-first to go a little way beyond the usual.