From 4fe474692cf16a6df5ed12cc4dea3965dc3f2c9a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 20 Dec 2021 14:44:40 +0100 Subject: [PATCH] bash: alias exa --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index 1e414db..414116b 100644 --- a/.bash_extra +++ b/.bash_extra @@ -151,7 +151,7 @@ alias cls="clear" alias df="df -h" alias du="du -h" alias grep="grep -i --color=auto" -alias ll="ls -lah" +alias ll="exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group" alias hostname="hostname -f" alias untar="tar -xzf" alias unmount="umount"