diff options
| author | mail_redacted_for_web | 2026-05-23 11:19:09 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-05-23 11:19:09 +0200 |
| commit | 97f55be373fa35d444f5e373ce636014f7d93ac6 (patch) | |
| tree | eea68c0d2ac97c62443a4375c37ed4ff4bbe8900 /.bash | |
| parent | 60903ea6a8cda4c13bce40fab267bec4a3bc442c (diff) | |
| download | dotfiles-97f55be373fa35d444f5e373ce636014f7d93ac6.tar.bz2 | |
feat: list git status alongside long exa output
Not marked as breaking as we're just after introducing exa at all :-)
Diffstat (limited to '.bash')
| -rw-r--r-- | .bash/aliases.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
