From 4fa21eaa893634f9b8df7328a9562ca6288362c5 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 4 Sep 2026 18:57:51 +0200 Subject: bashrc: fix alias for changed eza behaviour --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a87858f..9bef40c 100644 --- a/bashrc +++ b/bashrc @@ -36,7 +36,7 @@ alias egrep='egrep --color=auto' alias rgrep='rgrep --color=auto' alias vimwiki="vim -c VimwikiIndex" -[ -x /usr/bin/eza ] && alias ls='eza --no-quotes --icons' +[ -x /usr/bin/eza ] && alias ls='eza --no-quotes --icons=auto' [ -x /usr/bin/batcat ] && alias cat='batcat' case "$TERM" in -- cgit v1.2.3