From 97f55be373fa35d444f5e373ce636014f7d93ac6 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 23 May 2026 11:19:09 +0200 Subject: feat: list git status alongside long exa output Not marked as breaking as we're just after introducing exa at all :-) --- .bash/aliases.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 9efbc6c..acf7091 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -378,7 +378,7 @@ fi alias ip='ip --color=auto' alias kl='klist -facnA' alias l='exa -hg' -alias ll='exa -hgl' +alias ll='exa -hgl --git' # Flake8. Nice linter, but... # They kneeled to USER STUPIDITY when it comes to configuration. Wut? # https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes -- cgit v1.2.3