1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Alias to list by time

This commit is contained in:
Joe Groocock 2016-05-01 14:29:03 +01:00
parent 3a0b18b3d5
commit f0f85e848c

View File

@ -11,6 +11,7 @@ alias ..l="..ll"
alias l=ll
alias ll="ls -lFh"
alias la="ls -lAFh"
alias lat='la -t'
alias al=la # No, I don't need the Mono Assembly Linker
alias md="mkdir -p"