From 61eb65e77dd3aa138df23619c3ab63c8e9be9eca Mon Sep 17 00:00:00 2001 From: "chawley [chawley]" Date: Tue, 20 Feb 2024 09:54:48 -0500 Subject: [PATCH] Another edit to aliases I got a little overzealous and removed the alias for `lla` --- .shell_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'