From 810eeea43e8a9fefcb7d33374544539e415f1e45 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 5 Jan 2022 07:49:17 +0100 Subject: [PATCH] bash: ll --- .bash_extra | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index 4e59511..327b58c 100644 --- a/.bash_extra +++ b/.bash_extra @@ -146,7 +146,6 @@ function gc { esac } function ll { - unalias ll if command -v exa >/dev/null ; then exa --long --git --all --ignore-glob='.git' --group-directories-first --sort=name --group else