diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2026-09-04 18:57:51 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2026-09-04 18:57:51 +0200 |
| commit | 4fa21eaa893634f9b8df7328a9562ca6288362c5 (patch) | |
| tree | 2ca52cbd9cbe9f8643ec25221299d7bd6ec86901 | |
| parent | 8d3595593f81123ba93f00b49c189fdbc50275dc (diff) | |
bashrc: fix alias for changed eza behaviour
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
