From 60903ea6a8cda4c13bce40fab267bec4a3bc442c Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 23 May 2026 11:14:22 +0200 Subject: feat: exa aliases --- .bash/aliases.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 714be70..9efbc6c 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -377,6 +377,8 @@ if command -v 'thefuck' > /dev/null; then fi alias ip='ip --color=auto' alias kl='klist -facnA' +alias l='exa -hg' +alias ll='exa -hgl' # 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