Another edit to aliases
I got a little overzealous and removed the alias for `lla`
This commit is contained in:
@@ -14,10 +14,10 @@ alias fgrep='fgrep --color=auto' # show differences in colour
|
|||||||
# File Listing
|
# File Listing
|
||||||
# Must have lsd installed (https://github.com/lsd-rs/lsd)
|
# Must have lsd installed (https://github.com/lsd-rs/lsd)
|
||||||
alias ls='lsd '
|
alias ls='lsd '
|
||||||
|
alias lla='ls -al' # ll with . and ..
|
||||||
#alias l='ls -CF' # list with Columns
|
#alias l='ls -CF' # list with Columns
|
||||||
#alias la='ls -CFA' # l with . and ..
|
#alias la='ls -CFA' # l with . and ..
|
||||||
#alias ll='ls -l' # long list
|
#alias ll='ls -l' # long list
|
||||||
#alias lla='ls -al' # ll with . and ..
|
|
||||||
#alias lls='ls -lh --sort=size --reverse'
|
#alias lls='ls -lh --sort=size --reverse'
|
||||||
#alias llt='ls -l -t -r'
|
#alias llt='ls -l -t -r'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user