From fb6a07c00ceff707c8c48a6c6e7c1b5186eef3b8 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 9 Apr 2024 22:33:12 +0200 Subject: bashrc: exa is now eza --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 00f3353..74a0c89 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/exa ] && alias ls='exa' +[ -x /usr/bin/eza ] && alias ls='eza' [ -x /usr/bin/batcat ] && alias cat='batcat' case "$TERM" in -- cgit v1.2.3