From 24e082960a0c2ca22513feb86ad5aa25623f413b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 14 Apr 2024 17:20:57 +0200 Subject: bashrc: update eza flags --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 74a0c89..cb1f9c1 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' +[ -x /usr/bin/eza ] && alias ls='eza --no-quotes --icons' [ -x /usr/bin/batcat ] && alias cat='batcat' case "$TERM" in -- cgit v1.2.3