summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2026-09-04 18:57:51 +0200
committerReiner Herrmann <reiner@reiner-h.de>2026-09-04 18:57:51 +0200
commit4fa21eaa893634f9b8df7328a9562ca6288362c5 (patch)
tree2ca52cbd9cbe9f8643ec25221299d7bd6ec86901
parent8d3595593f81123ba93f00b49c189fdbc50275dc (diff)
bashrc: fix alias for changed eza behaviour
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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