From ed8c2d9a7df645f317b7df3ceb6cc0dadd105260 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 18 Jan 2023 10:14:29 +0100 Subject: sh: update alias for exa, add aliases for lsd --- dot_local/lib/sh/exa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot_local/lib/sh/exa') diff --git a/dot_local/lib/sh/exa b/dot_local/lib/sh/exa index 4fcfc31..ed3c55d 100644 --- a/dot_local/lib/sh/exa +++ b/dot_local/lib/sh/exa @@ -2,6 +2,7 @@ alias ls=exa alias l='exa -l' alias ll='exa -l' -alias la='exa -la' +alias la='exa -a' +alias lla='exa -la' alias tree='exa -T' -- cgit v1.2.3