Added .rw-r--r-- chawley chawley 295 B Tue Feb 27 19:48:56 2024 README.md alias

This commit is contained in:
2024-03-01 14:13:57 -05:00
parent 09c7346f9f
commit 4297a0a46a

View File

@@ -17,7 +17,7 @@ alias ls='lsd '
alias lla='ls -al' # ll with . and ..
#alias l='ls -CF' # list with Columns
#alias la='ls -CFA' # l with . and ..
#alias ll='ls -l' # long list
alias ll='ls -l' # long list
#alias lls='ls -lh --sort=size --reverse'
#alias llt='ls -l -t -r'