Another edit to aliases

I got a little overzealous and removed the alias for `lla`
This commit is contained in:
chawley [chawley]
2024-02-20 09:54:48 -05:00
parent 619cd9212d
commit 61eb65e77d

View File

@@ -14,10 +14,10 @@ alias fgrep='fgrep --color=auto' # show differences in colour
# File Listing
# Must have lsd installed (https://github.com/lsd-rs/lsd)
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 lla='ls -al' # ll with . and ..
#alias lls='ls -lh --sort=size --reverse'
#alias llt='ls -l -t -r'