diff --git a/.shell_aliases b/.shell_aliases index 388d319..7e797cc 100644 --- a/.shell_aliases +++ b/.shell_aliases @@ -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'